Fix some tests and do some cleanup.
This commit is contained in:
8
test/simple_struct_access.inx
Normal file
8
test/simple_struct_access.inx
Normal file
@@ -0,0 +1,8 @@
|
||||
Data :: struct {
|
||||
color : float4;
|
||||
}
|
||||
|
||||
vertex main :: () {
|
||||
d : Data;
|
||||
x : float4 = d.color;
|
||||
}
|
||||
Reference in New Issue
Block a user