Skip to content

Commit

Permalink
Fix review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wasimabbas-arm committed Jan 1, 2025
1 parent b7acc0a commit 42c08d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/astc_codec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ astcVkFormat(ktx_uint32_t block_size, bool sRGB) {
* @~English
* @brief Should be used to get uncompressed version of ASTC VkFormat
*
* The decompressed format is calculated from coressponding ASTC format. There are
* The decompressed format is calculated from corresponding ASTC format. There are
* only 3 possible options currently supported. RGBA8, SRGBA8 and RGBA32.
*
* @return Uncompressed version of VKFormat for a specific ASTC VkFormat
Expand Down Expand Up @@ -988,6 +988,7 @@ static void decompression_workload_runner(int thread_count, int thread_id, void*
* The decompressed format is calculated from corresponding ASTC format. There are
* only 3 possible options currently supported. RGBA8, SRGBA8 and RGBA32.
* @note 3d textures are decoded to a multi-slice 3d texture.
*
* Updates @p This with the decoded image.
*
Expand Down

0 comments on commit 42c08d4

Please sign in to comment.