Added the rest of current builtins. Started properly implementing compile tests.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
scope (global) [
|
||||
[camera] : {projection : float4x4, view : float4x4}
|
||||
[pixel__ps_main] : () -> float4
|
||||
[vertex__vs_main] : (pos : float4) -> float4
|
||||
[camera] : {projection : float4x4, view : float4x4}
|
||||
scope (camera) [
|
||||
[projection] : float4x4
|
||||
[view] : float4x4
|
||||
|
||||
Reference in New Issue
Block a user