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

@@ -58,6 +58,8 @@ public:
IOpenGlWindow * GetOpenGlWindow() override { return nullptr; }
IVulkanWindow * GetVulkanWindow() override { return this; }
void* GetNativeWindowHandle() override { return caMetalLayer; }
vk::SurfaceKHR CreateSurface(const vk::Instance &instance, const vk::AllocationCallbacks *pAllocator = nullptr) override
{
VkMetalSurfaceCreateInfoEXT surfaceCreateInfo;