Exemplo n.º 1
0
/////////////////////////////////////////////////////////
// Render
//
void GEMglRasterPos4iv :: render(GemState *state) {
	glRasterPos4iv (v);
}
Exemplo n.º 2
0
M(void, glRasterPos4iv, jobject v) {
	glRasterPos4iv(BUFF(GLint, v));
}
Exemplo n.º 3
0
template< > inline void glRasterPos4v< Vector3i >		( const Vector3i v )		{	glRasterPos4iv((int*)&v);		};
Exemplo n.º 4
0
Arquivo: g_render.c Projeto: aosm/X11
void __glXDisp_RasterPos4iv(GLbyte *pc)
{
	glRasterPos4iv( 
		(GLint    *)(pc + 0)
	);
}