mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Merge pull request #10251 from Pokechu22/negative-scissor
Rework scissor handling
This commit is contained in:
commit
c0488de482
25 changed files with 844 additions and 208 deletions
|
@ -260,7 +260,6 @@ void VulkanContext::PopulateBackendInfo(VideoConfig* config)
|
|||
{
|
||||
config->backend_info.api_type = APIType::Vulkan;
|
||||
config->backend_info.bSupports3DVision = false; // D3D-exclusive.
|
||||
config->backend_info.bSupportsOversizedViewports = true; // Assumed support.
|
||||
config->backend_info.bSupportsEarlyZ = true; // Assumed support.
|
||||
config->backend_info.bSupportsPrimitiveRestart = true; // Assumed support.
|
||||
config->backend_info.bSupportsBindingLayout = false; // Assumed support.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue