6 lines
89 B
Plaintext
6 lines
89 B
Plaintext
// "uniform" qualifier is illegal with "void" type
|
|
|
|
struct FFF {
|
|
uniform void *x;
|
|
};
|