summaryrefslogtreecommitdiffstats
path: root/platform/ios/rendering_context_driver_vulkan_ios.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/rendering_context_driver_vulkan_ios.h')
-rw-r--r--platform/ios/rendering_context_driver_vulkan_ios.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/ios/rendering_context_driver_vulkan_ios.h b/platform/ios/rendering_context_driver_vulkan_ios.h
index 0778993a05..dc85ff738d 100644
--- a/platform/ios/rendering_context_driver_vulkan_ios.h
+++ b/platform/ios/rendering_context_driver_vulkan_ios.h
@@ -35,7 +35,7 @@
#include "drivers/vulkan/rendering_context_driver_vulkan.h"
-#import <UIKit/UIKit.h>
+#import <QuartzCore/CAMetalLayer.h>
class RenderingContextDriverVulkanIOS : public RenderingContextDriverVulkan {
private:
@@ -46,7 +46,7 @@ protected:
public:
struct WindowPlatformData {
- CALayer *const *layer_ptr;
+ CAMetalLayer *const *layer_ptr;
};
RenderingContextDriverVulkanIOS();