mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[d3d11] Report marker support appropriately
This commit is contained in:
parent
8f24093864
commit
f521a342d0
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Reference in a new issue