webgl-samples
webgl-samples copied to clipboard
dds texture compressedTexImage2D: Width,Height should be always great equal then 1
gl.compressedTexImage2D parameter width, height should be always great equal then 1. otherwise the texture will be has some issue when has alpha channel.