summaryrefslogtreecommitdiffstats
path: root/src/vulkan
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2015-11-06 15:57:51 -0800
committerJason Ekstrand <[email protected]>2015-11-06 15:57:51 -0800
commit104525c33b154ed31cfedea2100b275abbc7a739 (patch)
tree2e483d8f3f69f6d9178b2bbd13dd6e512f78f09b /src/vulkan
parent399d5314f679921f0e383171bb01a3d259b04754 (diff)
anv/pipeline: Set the right SSBO binding table start index for FS
Diffstat (limited to 'src/vulkan')
-rw-r--r--src/vulkan/anv_pipeline.c1
1 files changed, 1 insertions, 0 deletions
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 */