mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Vulkan: Fix broken post-processing
This commit is contained in:
parent
95f13979e5
commit
b4b0f3d942
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue