mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-08 11:30:06 +00:00
8 lines
101 B
GLSL
8 lines
101 B
GLSL
in float invalid1;
|
|
in out float invalid2;
|
|
inout float invalid3;
|
|
out float invalid4;
|
|
|
|
void main() {
|
|
}
|