init commit
This commit is contained in:
7
test/function_call_return.shd
Normal file
7
test/function_call_return.shd
Normal file
@@ -0,0 +1,7 @@
|
||||
vertex main :: () {
|
||||
|
||||
}
|
||||
|
||||
pixel main :: () -> float4 @target0 {
|
||||
return float4(1, 1, 1, 1);
|
||||
}
|
||||
Reference in New Issue
Block a user