コード例 #1
0
void __stdcall GLHook_glDisable(GLenum cap)
{
	ptr_glDisable(cap);
}
コード例 #2
0
void APIENTRY glDisable(GLenum cap)
{
	ptr_glDisable(cap);
}