vk: Update the bind map length to reflect MAX_SETS
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user