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
However if basisu is compiled without assertions the resulting file appears to be okay at least to casual inspection.
Note that the CMake build, even with CMAKE_BUILD_TYPE set to Debug does not appear to include assertions. I verified this by adding assert(false); just before line 1070. It doesn't fire. Only in my Xcode Debug build are asserts present.
The text was updated successfully, but these errors were encountered:
When compressing https://github.com/KhronosGroup/glTF-Sample-Models/blob/master/2.0/FlightHelmet/glTF/FlightHelmet_baseColor.png the assertion at line 1070 in basisu_enc.h fires.
However if basisu is compiled without assertions the resulting file appears to be okay at least to casual inspection.
Note that the CMake build, even with
CMAKE_BUILD_TYPE
set to Debug does not appear to include assertions. I verified this by addingassert(false);
just before line 1070. It doesn't fire. Only in my Xcode Debug build are asserts present.The text was updated successfully, but these errors were encountered: