mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-08 19:40:06 +00:00
c0043cda82
Review request: does this harm GLSL in any way?
9 lines
129 B
GLSL
9 lines
129 B
GLSL
struct Test { };
|
|
|
|
static const Test Test_Empty;
|
|
|
|
float4 main(in uint vertexIndex : VERTEXID) : VS_OUT_POSITION
|
|
{
|
|
return 0;
|
|
}
|