Example #1
0
HRESULT HookIDirect3DDevice9::GetClipPlane(LPVOID _this, DWORD Index,float* pPlane)
{
	LOG_API();
	return pD3Dev->GetClipPlane(Index, pPlane);
}