Skip options5 entirely

* No longer modifying this one.
This commit is contained in:
baldurk
2024-12-06 13:38:49 +00:00
parent 8de3242825
commit ab6381319f
@@ -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 =