mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-13 15:59:23 +01:00
Vulkan: Fix broken post-processing
This commit is contained in:
parent
95f13979e5
commit
b4b0f3d942
@ -595,7 +595,7 @@ void UtilityShaderDraw::BindDescriptors()
|
|||||||
&dummy_uniform_buffer,
|
&dummy_uniform_buffer,
|
||||||
nullptr};
|
nullptr};
|
||||||
|
|
||||||
bind_descriptor_sets[DESCRIPTOR_SET_LAYOUT_PER_STAGE_UNIFORM_BUFFERS] = set;
|
bind_descriptor_sets[DESCRIPTOR_SET_BIND_POINT_UNIFORM_BUFFERS] = set;
|
||||||
}
|
}
|
||||||
|
|
||||||
// PS samplers
|
// PS samplers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user