bgfx/3rdparty/glslang/Test/hlsl.emptystruct.init.vert

9 lines
129 B
GLSL
Raw Normal View History

2017-04-29 22:09:05 +03:00
struct Test { };
static const Test Test_Empty;
float4 main(in uint vertexIndex : VERTEXID) : VS_OUT_POSITION
{
return 0;
}