anv/pipeline: Set the right SSBO binding table start index for FS
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 6 Nov 2015 23:57:51 +0000 (15:57 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 6 Nov 2015 23:57:51 +0000 (15:57 -0800)
src/vulkan/anv_pipeline.c

index 67579c14e87cfbb3f86773831c249f7daa06745c..124140fa22457f8ebec1c5345d6995c76a50984f 100644 (file)
@@ -406,6 +406,7 @@ anv_pipeline_compile(struct anv_pipeline *pipeline,
    prog_data->binding_table.size_bytes = 0;
    prog_data->binding_table.texture_start = bias;
    prog_data->binding_table.ubo_start = bias;
+   prog_data->binding_table.ssbo_start = bias;
    prog_data->binding_table.image_start = bias;
 
    /* Finish the optimization and compilation process */