mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-13 05:20:45 +00:00
Fix crash on windows 7 accessing experimental D3D12 function call
This commit is contained in:
@@ -4752,7 +4752,7 @@ RDResult D3D12_CreateReplayDevice(RDCFile *rdc, const ReplayOptions &opts, IRepl
|
||||
config->devfactory->EnableExperimentalFeatures(1, &D3D12GPUUploadHeapsOnUnsupportedOS, NULL,
|
||||
NULL);
|
||||
}
|
||||
else
|
||||
else if(enableExperimentalPtr)
|
||||
{
|
||||
enableExperimentalPtr(1, &D3D12GPUUploadHeapsOnUnsupportedOS, NULL, NULL);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user