|
|
|
@ -258,7 +258,7 @@ ComputePass::ComputePass(const Device& device_, DescriptorPool& descriptor_pool, |
|
|
|
.pDescriptorUpdateEntries = templates.data(), |
|
|
|
.templateType = VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_DESCRIPTOR_SET, |
|
|
|
.descriptorSetLayout = *descriptor_set_layout, |
|
|
|
.pipelineBindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS, |
|
|
|
.pipelineBindPoint = VK_PIPELINE_BIND_POINT_COMPUTE, |
|
|
|
.pipelineLayout = *layout, |
|
|
|
.set = 0, |
|
|
|
}); |
|
|
|
|