webgl-texture-utils icon indicating copy to clipboard operation
webgl-texture-utils copied to clipboard

Utilities for working with WebGL textures

Results 7 webgl-texture-utils issues
Sort by recently updated
recently updated
newest added

I am not sure if this repository has any relevance anymore, but it was a great help for me to get me started on DDS DXT images. I added DXT3/5...

Hi, I see that you are not maintaining this library anymore. I made a similar library, that can encode and decode compressed textures (including BC7) https://github.com/photopea/UTEX.js (and is only 25...

When initializing your latest asm.js code for the crn decoder, chrome reports multiple Assertion failures. This occurs on your example http://toji.github.io/texture-tester/ also.

Non-square DDS textures were throwing GL warnings in Chrome console due to having fractional width / height for some mipmap levels. This fix limits mipmap width / height sizes to...

Would be interesting to see the the performance gains, and its probably the perfect target for asm.js

Great tools! I've only tried out the DDS loader so far and I'm already a fan. If I were to make a suggestion, could uploadDDSLevels() take as its data input,...

Should be pretty straightforward to implement, though I'll want to include an option for keeping it in the main thread as well. Should make use of transferrables where available.