5 lines
71 B
Plaintext
5 lines
71 B
Plaintext
// Arrays of "void" type are illegal
|
|
|
|
uniform void aFOO[] = { NULL };
|
|
|