renderer_vulkan: Fix present related validation errors. (#2169)

This commit is contained in:
squidbus 2025-01-17 00:16:03 -08:00 committed by GitHub
parent 1e5b316ac4
commit 1d3427780a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 28 additions and 9 deletions

View file

@ -13,7 +13,6 @@ struct ImDrawData;
namespace ImGui {
struct Texture {
vk::DescriptorSet descriptor_set{nullptr};
bool disable_blend{false};
};
} // namespace ImGui