Ejemplo n.º 1
0
void __stdcall GLHook_glDeleteTextures(GLsizei n, const GLuint *textures)
{
	
	ptr_glDeleteTextures(n, textures);
}
Ejemplo n.º 2
0
void APIENTRY glDeleteTextures(GLsizei n, const GLuint *textures)
{
	ptr_glDeleteTextures(n, textures);
}