Removed DX12 until further notice.

merge-requests/28/head
Nemirtingas 5 years ago
parent 622c435cb7
commit 3c265596a9

@ -103,11 +103,11 @@ HRESULT STDMETHODCALLTYPE Renderer_Detector::MyIDXGISwapChain_Present(IDXGISwapC
} }
else else
{ {
_this->GetDevice(IID_PPV_ARGS(reinterpret_cast<ID3D12Device**>(&pDevice))); //_this->GetDevice(IID_PPV_ARGS(reinterpret_cast<ID3D12Device**>(&pDevice)));
if (pDevice) //if (pDevice)
{ //{
DX12_Hook::Inst()->start_hook(); // DX12_Hook::Inst()->start_hook();
} //}
} }
} }
if (pDevice) pDevice->Release(); if (pDevice) pDevice->Release();

Loading…
Cancel
Save