added varying new/delete
This commit is contained in:
@@ -25,8 +25,10 @@ export void f_fu(uniform float RET[], uniform float aFOO[], uniform float b) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#ifndef __NVPTX__
|
||||
assert(programIndex < 80);
|
||||
#endif
|
||||
RET[programIndex] = pts[programIndex].pts[programIndex % 3][programIndex % 4].z;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user