internal/shader: bug fix: wrong issue number

Updates #2590
Updates #2648
This commit is contained in:
Hajime Hoshi 2023-05-09 01:40:33 +09:00
parent ad23ae81c1
commit 1035b1d182

View File

@ -3139,7 +3139,7 @@ func bar(x vec2) {
}
}
// Issue #2648
// Issue #2590
func TestAssignToUniformVariables(t *testing.T) {
if _, err := compileToIR([]byte(`package main