Vulkan: Fix broken post-processing
This commit is contained in:
parent
95f13979e5
commit
b4b0f3d942
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue