mirror of
https://github.com/BinomialLLC/basis_universal.git
synced 2026-09-13 22:18:16 +00:00
Re-enabling the ktx2 mipPadding alignment workaround
This commit is contained in:
@@ -30,10 +30,10 @@
|
||||
#endif
|
||||
|
||||
// Set to 1 to disable the mipPadding alignment workaround (which only seems to be needed when no key-values are written at all)
|
||||
#define BASISU_DISABLE_KTX2_ALIGNMENT_WORKAROUND (1)
|
||||
#define BASISU_DISABLE_KTX2_ALIGNMENT_WORKAROUND (0)
|
||||
|
||||
// Set to 1 to disable writing all KTX2 key values, triggering the validator bug.
|
||||
#define BASISU_DISABLE_KTX2_KEY_VALUES (1)
|
||||
#define BASISU_DISABLE_KTX2_KEY_VALUES (0)
|
||||
|
||||
using namespace buminiz;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user