5+ Texture in Firefox

Is anyone else having issues trying to add 5+ texutres to a shader in firefox? I’m getting errors when ever I try but chrome seems fine.

Firefox does throw an exception “An invalid or illegal string was specified” on

gl.activeTexture(gl.TEXTURE0 + 4);

I don’t see where a string is involved there and MAX_COMBINED_TEXTURE_IMAGE_UNITS is 32 for me.

=> It’s a bug, you should report it. :slight_smile:

It’s a bug, https://bugzilla.mozilla.org/show_bug.cgi?id=536724