mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
nvk: Add view_index to root descriptor table
Signed-off-by: Rebecca Mckeever <rebecca.mckeever@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
parent
08a200193f
commit
f0c86365da
1 changed files with 2 additions and 1 deletions
|
|
@ -26,7 +26,8 @@ struct nvk_root_descriptor_table {
|
|||
uint32_t base_vertex;
|
||||
uint32_t base_instance;
|
||||
uint32_t draw_id;
|
||||
uint32_t _pad[5];
|
||||
uint32_t view_index;
|
||||
uint32_t _pad[4];
|
||||
} draw;
|
||||
struct {
|
||||
uint32_t base_group[3];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue