Functions name change

This commit is contained in:
Vsevolod Livinskij
2013-12-09 00:20:52 +04:00
parent 02dc2f460e
commit 9a135c48d9
17 changed files with 43 additions and 43 deletions

View File

@@ -3,7 +3,7 @@ export uniform int width() { return programCount; }
export void f_f(uniform float RET[], uniform float aFOO[]) {
uniform int8 a = -128, b = 127; // min and max signed int8
RET[programIndex] = psubs(a, b);
RET[programIndex] = saturating_sub(a, b);
}
export void result(uniform float RET[]) {