From: Kristian Høgsberg Kristensen Date: Sat, 13 Jun 2015 00:17:43 +0000 (-0700) Subject: vk: Set binding table layout for CS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c103c4990c9a647891ed3ee1667c129ee3e16996;p=mesa.git vk: Set binding table layout for CS We weren't setting the binding table layout for the backend compiler. --- diff --git a/src/vulkan/compiler.cpp b/src/vulkan/compiler.cpp index 2a193e396e6..5f5dacb5406 100644 --- a/src/vulkan/compiler.cpp +++ b/src/vulkan/compiler.cpp @@ -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