Files
filament/third_party/glslang/Test/hlsl.structStructName.frag
Ben Doherty 0548b28535 Update glslang (#526)
* Update glslang

* Update builtinResource

* Add glslang update README
2018-11-27 09:52:03 -08:00

8 lines
76 B
GLSL

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