mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-15 07:29:17 +01:00
[d3d11] Report marker support appropriately
This commit is contained in:
parent
8f24093864
commit
f521a342d0
@ -1658,7 +1658,7 @@ namespace dxvk {
|
|||||||
if (FeatureSupportDataSize != sizeof(*info))
|
if (FeatureSupportDataSize != sizeof(*info))
|
||||||
return E_INVALIDARG;
|
return E_INVALIDARG;
|
||||||
|
|
||||||
info->Profile = FALSE;
|
info->Profile = m_context->IsAnnotationEnabled();
|
||||||
} return S_OK;
|
} return S_OK;
|
||||||
|
|
||||||
case D3D11_FEATURE_D3D9_OPTIONS1: {
|
case D3D11_FEATURE_D3D9_OPTIONS1: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user