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
Set bytes planes to non-zero for supercompressed formats. (#988)
* Changes ktxTexture2 reader to reconstruct the bytes planes values on
initial construction, if they are zero, and removes post inflation
reconstruction.
* Changes deflators to keep original bytesPlanes.
* Changes BasisLZ/ETC1S encoder to set bytesPlanes values in newly
encoded texture.
* Changes validator to check bytesPlanes for all formats, including
supercompressed, and to issue a warning if bytes planes are zero
(unsized).
The PR includes a hack command for `ktx` that aided in patching the vast
number of test files. This will not be built, in the normal course of
development, or released but is being included in the repo to keep for
possible future use.
0 commit comments