diff --git a/src/vulkan/anv_pipeline.c b/src/vulkan/anv_pipeline.c index 67579c14e87..124140fa224 100644 --- a/src/vulkan/anv_pipeline.c +++ b/src/vulkan/anv_pipeline.c @@ -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 */