vk: Update the bind map length to reflect MAX_SETS

This commit is contained in:
Kristian Høgsberg 2015-05-15 14:59:59 -07:00
parent b806e80e66
commit 1f6c220b45

View file

@ -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;