Initial commit.
This commit is contained in:
10
tests/test-55.ispc
Normal file
10
tests/test-55.ispc
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
export uniform int width() { return programCount; }
|
||||
|
||||
|
||||
export void f_v(uniform float RET[]) { RET[programIndex] = 1.; }
|
||||
export void f_v(uniform float RET[]) { RET[programIndex] = 2.; }
|
||||
|
||||
export result(uniform float RET[]) {
|
||||
RET[programIndex] = 1.000000;
|
||||
}
|
||||
Reference in New Issue
Block a user