google / node-gles

Apache License 2.0
323 stars 31 forks source link

Multiple Textures #77

Open liamcarter111 opened 3 years ago

liamcarter111 commented 3 years ago

Trying to use a frag shader with multiple texture samplers, code works fine in WebGL but in node-gles the second texture is empty. Also, swapping the activeTexture and uniform1i indexes, the same result just the other way around.

liamcarter111 commented 3 years ago

ubuntu 21.04