init commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
(program
|
||||
(fun vertex vs_main -> float3
|
||||
[(:= pos float3 (@position))]
|
||||
(return pos)))
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,4 @@
|
||||
(program
|
||||
(fun vertex vs_main -> float3
|
||||
[(:= pos float3 (@position))]
|
||||
(return pos)))
|
||||