mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-08-28 09:07:11 +00:00
rebase on opti 0.6.7
This commit is contained in:
@@ -2105,8 +2105,8 @@ static void HookToDevice(ID3D12Device* InDevice)
|
||||
DetourTransactionBegin();
|
||||
DetourUpdateThread(GetCurrentThread());
|
||||
|
||||
if (o_CreateDescriptorHeap != nullptr)
|
||||
DetourAttach(&(PVOID&)o_CreateDescriptorHeap, hkCreateDescriptorHeap);
|
||||
//if (o_CreateDescriptorHeap != nullptr)
|
||||
// DetourAttach(&(PVOID&)o_CreateDescriptorHeap, hkCreateDescriptorHeap);
|
||||
|
||||
if (o_CreateSampler != nullptr)
|
||||
DetourAttach(&(PVOID&)o_CreateSampler, hkCreateSampler);
|
||||
|
||||
Reference in New Issue
Block a user