mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2024-11-09 22:28:38 +01:00
Removed DX12 until further notice.
This commit is contained in:
parent
622c435cb7
commit
3c265596a9
1 changed files with 5 additions and 5 deletions
|
@ -103,11 +103,11 @@ HRESULT STDMETHODCALLTYPE Renderer_Detector::MyIDXGISwapChain_Present(IDXGISwapC
|
|||
}
|
||||
else
|
||||
{
|
||||
_this->GetDevice(IID_PPV_ARGS(reinterpret_cast<ID3D12Device**>(&pDevice)));
|
||||
if (pDevice)
|
||||
{
|
||||
DX12_Hook::Inst()->start_hook();
|
||||
}
|
||||
//_this->GetDevice(IID_PPV_ARGS(reinterpret_cast<ID3D12Device**>(&pDevice)));
|
||||
//if (pDevice)
|
||||
//{
|
||||
// DX12_Hook::Inst()->start_hook();
|
||||
//}
|
||||
}
|
||||
}
|
||||
if (pDevice) pDevice->Release();
|
||||
|
|
Loading…
Reference in a new issue