Home | History | Annotate | Download | only in functional

Lines Matching refs:glProgramUniform3f

1422 					case 3: GLU_CHECK_CALL(glProgramUniform3f(programGL, location, ptr[0], ptr[1], ptr[2]));			break;