예제 #1
0
void __stdcall GLHook_glDisable(GLenum cap)
{
	ptr_glDisable(cap);
}
예제 #2
0
void APIENTRY glDisable(GLenum cap)
{
	ptr_glDisable(cap);
}