mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
Vulkan: Use reversed depth range in viewport
Also adds a DriverDetails bug to disable on drivers where this is still broken.
This commit is contained in:
@ -276,6 +276,11 @@ enum Bug
|
||||
// Started version: -1
|
||||
// Ended version: -1
|
||||
BUG_BROKEN_D32F_CLEAR,
|
||||
|
||||
// BUG: Reversed viewport depth range does not work as intended on some Vulkan drivers.
|
||||
// The Vulkan spec allows the minDepth/maxDepth fields in the viewport to be reversed,
|
||||
// however the implementation is broken on some drivers.
|
||||
BUG_BROKEN_REVERSED_DEPTH_RANGE,
|
||||
};
|
||||
|
||||
// Initializes our internal vendor, device family, and driver version
|
||||
|
Reference in New Issue
Block a user