diff --git a/src/d3d11/d3d11_device.cpp b/src/d3d11/d3d11_device.cpp index 4afe91116..773086f78 100644 --- a/src/d3d11/d3d11_device.cpp +++ b/src/d3d11/d3d11_device.cpp @@ -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: