Functions name change
This commit is contained in:
@@ -3,7 +3,7 @@ export uniform int width() { return programCount; }
|
||||
|
||||
export void f_f(uniform float RET[], uniform float aFOO[]) {
|
||||
varying unsigned int8 a = 0, b = 255; // min and max unsigned int8
|
||||
RET[programIndex] = psubus(a, b);
|
||||
RET[programIndex] = saturating_sub(a, b);
|
||||
}
|
||||
|
||||
export void result(uniform float RET[]) {
|
||||
|
||||
Reference in New Issue
Block a user