From f521a342d0920ec148fc16bb8ebe8b5d4eae3690 Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Fri, 26 Aug 2022 04:55:38 +0200 Subject: [PATCH] [d3d11] Report marker support appropriately --- src/d3d11/d3d11_device.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d3d11/d3d11_device.cpp b/src/d3d11/d3d11_device.cpp index 0df056825..4afe91116 100644 --- a/src/d3d11/d3d11_device.cpp +++ b/src/d3d11/d3d11_device.cpp @@ -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: {