Fix crash on windows 7 accessing experimental D3D12 function call

This commit is contained in:
baldurk
2026-05-05 15:23:06 +01:00
parent ee3addbc50
commit c59b80b69e
+1 -1
View File
@@ -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);
}