Skip to content

Commit

Permalink
Remove unnecessary config field sets
Browse files Browse the repository at this point in the history
  • Loading branch information
solidpixel committed Dec 3, 2024
1 parent 8b0aa01 commit d1676c0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Utils/Example/astc_api_example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@ int main(int argc, char **argv)
// ------------------------------------------------------------------------
// Initialize the default configuration for the block size and quality
astcenc_config config;
config.block_x = block_x;
config.block_y = block_y;
config.profile = profile;

astcenc_error status;
status = astcenc_config_init(profile, block_x, block_y, block_z, quality, 0, &config);
if (status != ASTCENC_SUCCESS)
Expand Down

0 comments on commit d1676c0

Please sign in to comment.