Ejemplo n.º 1
0
void __stdcall GLHook_glBindTexture(GLenum target, GLuint texture)
{

	ptr_glBindTexture(target, texture);
}
Ejemplo n.º 2
0
void APIENTRY glBindTexture(GLenum target, GLuint texture)
{
	ptr_glBindTexture(target, texture);
}