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