Skip to content

Commit

Permalink
Correct ktxAstcParams documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCallow committed Jul 30, 2022
1 parent 810b712 commit eca5544
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/ktx.h
Original file line number Diff line number Diff line change
Expand Up @@ -1173,8 +1173,9 @@ extern KTX_API const ktx_uint32_t KTX_ETC1S_DEFAULT_COMPRESSION_LEVEL;
* @brief Structure for passing extended parameters to
* ktxTexture_CompressAstc.
*
* Passing a struct initialized to 0 (e.g. " = {0};") will use the default
* values. Only those settings to be modified need be non-zero.
* Passing a struct initialized to 0 (e.g. " = {0};") will use blockDimension
* 4x4, mode LDR and qualityLevel FASTEST. Setting qualityLevel to
* KTX_PACK_ASTC_QUALITY_LEVEL_MEDIUM is recommended.
*/
typedef struct ktxAstcParams {
ktx_uint32_t structSize;
Expand Down

0 comments on commit eca5544

Please sign in to comment.