예제 #1
0
파일: gl.cpp 프로젝트: dschaefer/swt-opengl
M(void, glRasterPos3iv, jobject v) {
	glRasterPos3iv(BUFF(GLint, v));
}
예제 #2
0
template< > inline void glRasterPos3v< Vector3i >		( const Vector3i v )		{	glRasterPos3iv((int*)&v);		};
예제 #3
0
파일: g_render.c 프로젝트: aosm/X11
void __glXDisp_RasterPos3iv(GLbyte *pc)
{
	glRasterPos3iv( 
		(GLint    *)(pc + 0)
	);
}