init commit
This commit is contained in:
13
test/codegen/simple_struct_access.golden
Normal file
13
test/codegen/simple_struct_access.golden
Normal file
@@ -0,0 +1,13 @@
|
||||
struct Data;
|
||||
|
||||
struct Data
|
||||
{
|
||||
float4 color;
|
||||
}
|
||||
|
||||
void vs_main()
|
||||
{
|
||||
Data d;
|
||||
float4 x = d.color;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user