One of the killer new features in WebGL2 is the "sampler2DArray" uniform type. Apparently, we can use it to:
This would be a game changer for a project I'm working on, as it uses a shader which needs many textures as uniforms and we're hitting the limit regularly. Any thoughts on implementing this feature?