First Commit
This commit is contained in:
7
externals/glslang/Test/hlsl.structStructName.frag
vendored
Normal file
7
externals/glslang/Test/hlsl.structStructName.frag
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
struct S { int s; };
|
||||
|
||||
int main()
|
||||
{
|
||||
struct S t;
|
||||
return t.s;
|
||||
}
|
||||
Reference in New Issue
Block a user