6 lines
83 B
Plaintext
6 lines
83 B
Plaintext
// Syntax error--token "i" unexpected
|
|
|
|
void foo(uniform int i) {
|
|
float<i> a;
|
|
}
|