bgfx/3rdparty/glslang/Test/hlsl.structStructName.frag
Branimir Karadžić ed4c70631b Updated glslang.
2017-03-03 20:12:06 -08:00

8 lines
76 B
GLSL
Executable File

struct S { int s; };
int main()
{
struct S t;
return t.s;
}