Is there some builtin fragment function in CG that allows me to compute the following without conditionals?
y = x>bias?1.0f:0.0f;
Is there some builtin fragment function in CG that allows me to compute the following without conditionals?
y = x>bias?1.0f:0.0f;