Kha icon indicating copy to clipboard operation
Kha copied to clipboard

Uniform named "matrix" (html5)

Open iilatt opened this issue 5 years ago • 0 comments

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.

iilatt avatar Apr 22 '20 21:04 iilatt