mirror of
https://github.com/BinomialLLC/basis_universal.git
synced 2026-06-08 08:33:53 +00:00
Adding KTX2 transcoding/encoding/decompression to PNG/KTX1 support to the transcoder, encoder, JavaScript wrappers. This is also adding Zstandard to the repo, which is optional. Set BASISD_SUPPORT_KTX2_ZSTD=0 when compiling the encoder/transcoder to disable it, or from cmake set KTX2_ZSTANDARD=FALSE.
This commit is contained in:
@@ -62,6 +62,9 @@
|
||||
<ClCompile Include="encoder\basisu_kernels_sse.cpp">
|
||||
<Filter>encoder</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="zstd\zstd.c">
|
||||
<Filter>encoder</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="transcoder\basisu_global_selector_palette.h">
|
||||
|
||||
Reference in New Issue
Block a user