How else are you going to list uniform[1234]fi without giving
each of the 8 functions its own line?
Regards
-Mark
Hi, In section 5.14.10, we have: void uniform[1234][fi](WebGLUniformLocation? location, ...) void uniform[1234][fi]v(WebGLUniformLocation? location, ...) void uniformMatrix[234]fv(WebGLUniformLocation? location, GLboolean transpose, ...) Contrary to uniform[1234]*, uniformMatrix* should not be listed with varargs, I believe.