Added the rest of current builtins. Started properly implementing compile tests.
This commit is contained in:
@@ -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
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user