5 lines
83 B
Plaintext
5 lines
83 B
Plaintext
// Vector-typed parameter "x" is illegal
|
|
|
|
export void foo(uniform float<3> x) {
|
|
}
|