Mark Callow
Mark Callow
It's broken for x64 as well. Seems the latest MinGW (13.1.0) has removed this file. I'm about to try ``` with: static: 0 ``` which should tell the Action to...
WGI is not at fault here. Sorry. I was looking at GLES2 code compiled to JS/WebGL with Emscripten which maintains a map of GL names to WebGL objects. The names...
Thanks for the suggestions but the page was not using https. I was first loading from file://myfile.html. Then I tried using python -m SimpleHTTPServer with which the URL became http://localhost:8000/myfile.html.
I experienced it when serving locally as well. Unfortunately the code is not public but thanks for the offer. > Because it is insecure to run WebGL from a file...
@abasilak, @ViNeek please review this PR. Please pay particular attention to the following: 1. Will there be any difficulties using these bindings for the glTF-Compressor? 2. I have changed the...
Here is a screenshot of the test for the new features.
@ViNeek thank you for your review and comments. I have made one final (fingers crossed) change. I have changed the enumerator names to be the same as the libktx names...
> ``` > * Set the image data - the passed data should be not modified after passing it! The bytes > * will be kept in memory until {@link...
> About the current build failures: > > What's surprising is that I also don't see these errors _locally_, and they don't happen in the Windows build. Iff I understood...
> About the current build failures: There are 2 circumstances in which `KTX_INVALID_OPERATION` can be returned during `ktxTexture2_CreateFromMemory`: 1. If the offset of the supercompression global data or of the...