Files
ispc/examples/util/util.isph
2014-01-10 16:23:48 -05:00

6 lines
133 B
Plaintext

// utility function to read the value of programCount from C/C++
export uniform int32 get_programCount() {
return programCount;
}