Fix iOS build

This commit is contained in:
2023-09-16 10:11:12 +02:00
parent b38ff35e09
commit 793c35e274

View File

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