6 lines
149 B
Plaintext
6 lines
149 B
Plaintext
// Type conversion from "const uniform int32" to "uniform int32 * varying" for initializer is not possible
|
|
|
|
int voo() {
|
|
int * varying foo = 1;
|
|
}
|