Skip to content

Fix wrong types being set for uniforms

Xaver Hugl requested to merge work/zamundaaa/wrong-uniform-type into master

Got a lot of OpenGL errors in the journal because I overlooked one place where QMatrix3x3 needed to be swapped out for QMatrix4x4. Commit 1 fixes that, and commit 2 makes sure it doesn't happen again.

Merge request reports