Added Ink and ncore to modules
This commit is contained in:
6
test/rvalue_binary.ink
Normal file
6
test/rvalue_binary.ink
Normal file
@@ -0,0 +1,6 @@
|
||||
vertex main :: () {
|
||||
a : float2;
|
||||
b : float2;
|
||||
|
||||
x := (a + b).x;
|
||||
}
|
||||
Reference in New Issue
Block a user