Kha
Kha copied to clipboard
Uniform named "matrix" (html5)
When a uniform is named matrix like so: uniform mat3 matrix; it cannot be accessed by that name later with pipeline.getConstantLocation("matrix"); cause its name changes to _matrix after shader compilation when compiled to html5 backend.