Beispiel #1
0
M(void, glIndexubv, jobject c) {
	glIndexubv(BUFF(GLubyte, c));
}
Beispiel #2
0
/////////////////////////////////////////////////////////
// Render
//
void GEMglIndexubv :: render(GemState *state)
{
  glIndexubv (c);
}
Beispiel #3
0
void __glXDisp_Indexubv(GLbyte *pc)
{
	glIndexubv( 
		(GLubyte  *)(pc + 0)
	);
}