[d3d11] Adjust reported resource sharing caps

This commit is contained in:
Philip Rebohle 2022-08-26 04:56:40 +02:00
parent f521a342d0
commit 9420391dce
1 changed files with 2 additions and 2 deletions

View File

@ -1588,7 +1588,7 @@ namespace dxvk {
info->MultisampleRTVWithForcedSampleCountOne = TRUE; /* not really */
info->SAD4ShaderInstructions = TRUE;
info->ExtendedDoublesShaderInstructions = TRUE;
info->ExtendedResourceSharing = TRUE; /* not really */
info->ExtendedResourceSharing = TRUE;
} return S_OK;
case D3D11_FEATURE_ARCHITECTURE_INFO: {
@ -1726,7 +1726,7 @@ namespace dxvk {
if (FeatureSupportDataSize != sizeof(*info))
return E_INVALIDARG;
info->ExtendedNV12SharedTextureSupported = FALSE;
info->ExtendedNV12SharedTextureSupported = TRUE;
} return S_OK;
default: