Added the rest of current builtins. Started properly implementing compile tests.

This commit is contained in:
2025-09-11 11:03:02 +02:00
parent 9461fe626f
commit 79ec6cc42f
9 changed files with 255 additions and 38 deletions

View File

@@ -1,7 +1,7 @@
scope (global) [
[props] : {color : float4}
[pixel__ps_main] : () -> float4
[vertex__vs_main] : (pos : float4) -> float4
[props] : {color : float4}
scope (props) [
[color] : float4
]