예제 #1
0
파일: gl.cpp 프로젝트: dschaefer/swt-opengl
M(void, glIndexfv, jobject c) {
	glIndexfv(BUFF(GLfloat, c));
}
예제 #2
0
파일: g_render.c 프로젝트: aosm/X11
void __glXDisp_Indexfv(GLbyte *pc)
{
	glIndexfv( 
		(GLfloat  *)(pc + 0)
	);
}