nvk: Increase the graphics pipeline push space
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
committed by
Marge Bot
parent
82fc528773
commit
1e3e00dad7
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user