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
Currently, the provided encoder wasm writes to console whenever data is encoded.
For example "Mode: ETC1S Quality 255, Level 0". I would assume that most people do not want a wasm module to fill the console with such logs; could you please provide a version that does not print anything to console, unless in debug mode?
The print is coming from basisu_comp.cpp, for example line 398.
The text was updated successfully, but these errors were encountered:
Currently, the provided encoder wasm writes to console whenever data is encoded.
For example "Mode: ETC1S Quality 255, Level 0". I would assume that most people do not want a wasm module to fill the console with such logs; could you please provide a version that does not print anything to console, unless in debug mode?
The print is coming from
basisu_comp.cpp
, for example line 398.The text was updated successfully, but these errors were encountered: