We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8263924 commit b7b74f8Copy full SHA for b7b74f8
1 file changed
Source/astcenc_entry.cpp
@@ -62,7 +62,7 @@ struct astcenc_preset_config
62
static const std::array<astcenc_preset_config, 5> preset_configs_high {{
63
{
64
ASTCENC_PRE_FASTEST,
65
- 2, 10, 42, 2, 2, 85.2f, 63.2f, 3.5f, 3.5f, 1.0f, 1.0f, 0.5f, 25
+ 2, 10, 43, 2, 2, 85.2f, 63.2f, 3.5f, 3.5f, 1.0f, 1.0f, 0.5f, 25
66
}, {
67
ASTCENC_PRE_FAST,
68
3, 14, 55, 3, 3, 85.2f, 63.2f, 3.5f, 3.5f, 1.0f, 1.1f, 0.65f, 20
@@ -85,7 +85,7 @@ static const std::array<astcenc_preset_config, 5> preset_configs_high {{
85
static const std::array<astcenc_preset_config, 5> preset_configs_mid {{
86
87
88
- 2, 10, 42, 2, 2, 85.2f, 63.2f, 3.5f, 3.5f, 1.0f, 1.0f, 0.5f, 20
+ 2, 10, 43, 2, 2, 85.2f, 63.2f, 3.5f, 3.5f, 1.0f, 1.0f, 0.5f, 20
89
90
91
3, 15, 55, 3, 3, 85.2f, 63.2f, 3.5f, 3.5f, 1.0f, 1.1f, 0.5f, 16
0 commit comments