Start imgui integration

This commit is contained in:
2021-07-31 01:02:03 +02:00
parent f34f7a659d
commit 7813920951
10 changed files with 200 additions and 2 deletions

View File

@@ -80,6 +80,7 @@ namespace openVulkanoCpp
[[nodiscard]] virtual uint32_t GetWindowId() const = 0;
virtual void* GetNativeWindowHandle() = 0;
protected:
static uint32_t CreateWindowId()
{