You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UASTC images can be supercompressed with Zstandard (supercompressionScheme = 2) with or without first conditioning the data with Rate-distortion Optimization.
Similar language is being added in #216 (note that RDO is not mentioned for some reason):
UASTC HDR images can be supercompressed with Zstandard (supercompressionScheme = 2).
Both of those statements are not helpful because technically any KTX 2.0 file (except those using BasisLZ) can be supercompressed with Zstandard.
The real question is: are UASTC formats limited to Zstandard, i.e., do they disallow use of Deflate? If yes, the spec should be explicit about that; if no, the quoted language should be more generic.
The text was updated successfully, but these errors were encountered:
The current spec says:
Similar language is being added in #216 (note that RDO is not mentioned for some reason):
Both of those statements are not helpful because technically any KTX 2.0 file (except those using BasisLZ) can be supercompressed with Zstandard.
The real question is: are UASTC formats limited to Zstandard, i.e., do they disallow use of Deflate? If yes, the spec should be explicit about that; if no, the quoted language should be more generic.
The text was updated successfully, but these errors were encountered: