Beispiel #1
0
HRESULT HookIDirect3DDevice9::DrawTriPatch(LPVOID _this,
										   UINT Handle,
										   CONST float* pNumSegs,
										   CONST D3DTRIPATCH_INFO* pTriPatchInfo)
{
	LOG_API();
	return pD3Dev->DrawTriPatch(Handle, pNumSegs, pTriPatchInfo);
}