More extension bike shedding.
This commit is contained in:
6
test/field_assignment.ink
Normal file
6
test/field_assignment.ink
Normal file
@@ -0,0 +1,6 @@
|
||||
vertex main :: (pos : float4 @position) -> float4 @position {
|
||||
x : float = 5.0;
|
||||
x = 7.0;
|
||||
|
||||
return pos;
|
||||
}
|
||||
Reference in New Issue
Block a user