mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-22 08:30:34 +01:00
nak: Reduce minStorageBufferAlignment
The only real requirement here is that we can load an entire vec4 at a time without getting a misaligned address. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26617>
This commit is contained in:
parent
35a40b4c6a
commit
08222146ac
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
|||
#define NVK_MAX_PUSH_SIZE 128
|
||||
#define NVK_MAX_DYNAMIC_BUFFERS 64
|
||||
#define NVK_MAX_RTS 8
|
||||
#define NVK_MIN_SSBO_ALIGNMENT 64
|
||||
#define NVK_MIN_SSBO_ALIGNMENT 16
|
||||
#define NVK_MIN_TEXEL_BUFFER_ALIGNMENT 16
|
||||
#define NVK_MIN_UBO_ALIGNMENT 64
|
||||
#define NVK_MAX_VIEWPORTS 16
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue