added varying new/delete

This commit is contained in:
Evghenii
2014-01-24 09:22:55 +01:00
parent be6ac0408a
commit 5a8351d7ea
3 changed files with 55 additions and 5 deletions

View File

@@ -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;
}