mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-25 12:55:00 +00:00
renderer_vulkan: Fix present related validation errors. (#2169)
This commit is contained in:
parent
1e5b316ac4
commit
1d3427780a
6 changed files with 28 additions and 9 deletions
|
@ -13,7 +13,6 @@ struct ImDrawData;
|
|||
namespace ImGui {
|
||||
struct Texture {
|
||||
vk::DescriptorSet descriptor_set{nullptr};
|
||||
bool disable_blend{false};
|
||||
};
|
||||
} // namespace ImGui
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue