Home | History | Annotate | Download | only in functional

Lines Matching refs:glUniform1f

756 		// UNIFORMFUNC_VALUE: use pass-by-value versions of uniform assignment funcs, e.g. glUniform1f(), where possible. If not given, use pass-by-pointer versions.
1546 case 1: GLU_CHECK_CALL(glUniform1f(location, ptr[0])); break;