mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 17:20:21 +01:00
nvk: Increase the graphics pipeline push space
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
parent
82fc528773
commit
1e3e00dad7
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ struct nvk_graphics_pipeline {
|
|||
struct nvk_pipeline base;
|
||||
|
||||
struct nouveau_ws_push push;
|
||||
uint32_t push_data[128];
|
||||
uint32_t push_data[192];
|
||||
|
||||
struct vk_vertex_input_state _dynamic_vi;
|
||||
struct vk_dynamic_graphics_state dynamic;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue