1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-03-13 19:29:14 +01:00

[d3d11] Report marker support appropriately

This commit is contained in:
Philip Rebohle 2022-08-26 04:55:38 +02:00
parent 8f24093864
commit f521a342d0

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: {