[d3d11] Report marker support appropriately

This commit is contained in:
Philip Rebohle 2022-08-26 04:55:38 +02:00
parent 8f24093864
commit f521a342d0
1 changed files with 1 additions and 1 deletions

View File

@ -1658,7 +1658,7 @@ namespace dxvk {
if (FeatureSupportDataSize != sizeof(*info))
return E_INVALIDARG;
info->Profile = FALSE;
info->Profile = m_context->IsAnnotationEnabled();
} return S_OK;
case D3D11_FEATURE_D3D9_OPTIONS1: {