mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
vk: Update the bind map length to reflect MAX_SETS
This commit is contained in:
parent
b806e80e66
commit
1f6c220b45
1 changed files with 1 additions and 1 deletions
|
|
@ -360,7 +360,7 @@ struct brw_stage_prog_data {
|
|||
} binding_table;
|
||||
|
||||
uint32_t *map_entries;
|
||||
uint32_t *bind_map[4];
|
||||
uint32_t *bind_map[8]; /* MAX_SETS from vulkan/private.h */
|
||||
|
||||
GLuint nr_params; /**< number of float params/constants */
|
||||
GLuint nr_pull_params;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue