Started load directive.

This commit is contained in:
2025-09-03 22:31:18 +02:00
parent 4924b01eac
commit 11c936ba7f
5 changed files with 89 additions and 8 deletions

5
test/load_test.ink Normal file
View File

@@ -0,0 +1,5 @@
#load "../builtins.ink";
vertex main :: () {
v2 : float2 = float2(2.0, 2.0);
}