mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
VideoBackends:D3D12: Add support for vertex shader point and line expansion
This commit is contained in:
parent
9624479933
commit
1eeba6dcca
3 changed files with 16 additions and 8 deletions
|
@ -88,6 +88,7 @@ void VideoBackend::FillBackendInfo()
|
|||
g_Config.backend_info.bSupportsSettingObjectNames = true;
|
||||
g_Config.backend_info.bSupportsPartialMultisampleResolve = true;
|
||||
g_Config.backend_info.bSupportsDynamicVertexLoader = true;
|
||||
g_Config.backend_info.bSupportsVSLinePointExpand = true;
|
||||
|
||||
// We can only check texture support once we have a device.
|
||||
if (g_dx_context)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue