mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-26 00:16:45 +00:00
Skip options5 entirely
* No longer modifying this one.
This commit is contained in:
@@ -2391,15 +2391,6 @@ HRESULT WrappedID3D12Device::CheckFeatureSupport(D3D12_FEATURE Feature, void *pF
|
||||
|
||||
return S_OK;
|
||||
}
|
||||
else if(Feature == D3D12_FEATURE_D3D12_OPTIONS5)
|
||||
{
|
||||
D3D12_FEATURE_DATA_D3D12_OPTIONS5 *opts =
|
||||
(D3D12_FEATURE_DATA_D3D12_OPTIONS5 *)pFeatureSupportData;
|
||||
if(FeatureSupportDataSize != sizeof(D3D12_FEATURE_DATA_D3D12_OPTIONS5))
|
||||
return E_INVALIDARG;
|
||||
|
||||
return S_OK;
|
||||
}
|
||||
else if(Feature == D3D12_FEATURE_D3D12_OPTIONS7)
|
||||
{
|
||||
D3D12_FEATURE_DATA_D3D12_OPTIONS7 *opts =
|
||||
|
||||
Reference in New Issue
Block a user