Home | History | Annotate | Download | only in glshared

Lines Matching refs:glUniform3ui

838 				case glu::TYPE_UINT_VEC3:	glUniform3ui(location, val[0], val[1], val[2]);			break;