mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 10:18:05 +02:00
vulkan: increase MESA_VK_MAX_DISCARD_RECTANGLES
Turing and newer Nvidia cards can work with up to 8 discard rectangles Reviewed-by: Mel Henning <mhenning@darkrefraction.com> Signed-off-by: Lorenzo Rossi <git@rossilorenzo.dev> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33476>
This commit is contained in:
parent
b18421ae3d
commit
4c62e09505
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@
|
|||
|
||||
#define MESA_VK_MAX_VIEWPORTS 16
|
||||
#define MESA_VK_MAX_SCISSORS 16
|
||||
#define MESA_VK_MAX_DISCARD_RECTANGLES 4
|
||||
#define MESA_VK_MAX_DISCARD_RECTANGLES 8
|
||||
|
||||
/* As of June 29, 2022, according to vulkan.gpuinfo.org, no reports list more
|
||||
* than 16 samples for framebufferColorSampleCounts except one layer running
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue