mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 16:49:27 +00:00
D3D12: Assume support for setting object names
This commit is contained in:
parent
73d957f65c
commit
8be3572c83
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ void VideoBackend::FillBackendInfo()
|
||||||
g_Config.backend_info.bSupportsCoarseDerivatives = true;
|
g_Config.backend_info.bSupportsCoarseDerivatives = true;
|
||||||
g_Config.backend_info.bSupportsTextureQueryLevels = true;
|
g_Config.backend_info.bSupportsTextureQueryLevels = true;
|
||||||
g_Config.backend_info.bSupportsLodBiasInSampler = true;
|
g_Config.backend_info.bSupportsLodBiasInSampler = true;
|
||||||
|
g_Config.backend_info.bSupportsSettingObjectNames = true;
|
||||||
|
|
||||||
// We can only check texture support once we have a device.
|
// We can only check texture support once we have a device.
|
||||||
if (g_dx_context)
|
if (g_dx_context)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue