Initial commit.
This commit is contained in:
11
tests/test-23.ispc
Normal file
11
tests/test-23.ispc
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
export uniform int width() { return programCount; }
|
||||
|
||||
|
||||
|
||||
|
||||
export void f_v(uniform float RET[]) { RET[programIndex] = 3. * (4>>(-1+1)) - 7; }
|
||||
|
||||
export void result(uniform float RET[]) {
|
||||
RET[programIndex] = 5.000000;
|
||||
}
|
||||
Reference in New Issue
Block a user