vk: Set binding table layout for CS

We weren't setting the binding table layout for the backend compiler.
This commit is contained in:
Kristian Høgsberg Kristensen 2015-06-12 17:17:43 -07:00
parent 2fdd17d259
commit c103c4990c

View file

@ -621,6 +621,7 @@ brw_codegen_cs_prog(struct brw_context *brw,
memset(prog_data, 0, sizeof(*prog_data));
set_binding_table_layout(&prog_data->base, pipeline, VK_SHADER_STAGE_COMPUTE);
/* Allocate the references to the uniforms that will end up in the
* prog_data associated with the compiled program, and which will be freed