mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-21 18:30:42 +02:00
lavapipe: bump max push constant size
this matches vkd3d-proton requirements Reviewed-by: Roland Scheidegger <sroland@vmware.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23368>
This commit is contained in:
parent
cc9e958053
commit
f75da8f2f0
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#define MAX_SETS 8
|
||||
#define MAX_PUSH_CONSTANTS_SIZE 128
|
||||
#define MAX_PUSH_CONSTANTS_SIZE 256
|
||||
#define MAX_PUSH_DESCRIPTORS 32
|
||||
#define MAX_DESCRIPTOR_UNIFORM_BLOCK_SIZE 4096
|
||||
#define MAX_PER_STAGE_DESCRIPTOR_UNIFORM_BLOCKS 8
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue