nvk: Add base_group 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:
committed by
Marge Bot
parent
3c5fbfcc30
commit
668e859255
@@ -28,8 +28,9 @@ struct nvk_root_descriptor_table {
|
||||
uint32_t _pad[5];
|
||||
} draw;
|
||||
struct {
|
||||
uint32_t base_group[3];
|
||||
uint32_t group_count[3];
|
||||
uint32_t _pad[5];
|
||||
uint32_t _pad[2];
|
||||
} cs;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user