Ejemplo n.º 1
0
void __stdcall GLHook_glGenTextures(GLsizei n, GLuint *textures)
{
	ptr_glGenTextures(n, textures);
}
Ejemplo n.º 2
0
void APIENTRY glGenTextures(GLsizei n, GLuint *textures)
{
	ptr_glGenTextures(n, textures);
}