Skip to content
Permalink
Browse files
Merge pull request #6414 from stenzek/vulkan-post
Vulkan: Fix broken post-processing
  • Loading branch information
Helios747 committed Mar 1, 2018
2 parents 95f1397 + b4b0f3d commit ed03304
Showing 1 changed file with 1 addition and 1 deletion.
@@ -595,7 +595,7 @@ void UtilityShaderDraw::BindDescriptors()
&dummy_uniform_buffer,
nullptr};

bind_descriptor_sets[DESCRIPTOR_SET_LAYOUT_PER_STAGE_UNIFORM_BUFFERS] = set;
bind_descriptor_sets[DESCRIPTOR_SET_BIND_POINT_UNIFORM_BUFFERS] = set;
}

// PS samplers

0 comments on commit ed03304

Please sign in to comment.