LunarG is planning to retire the LunarG/VulkanSamples repository. Remove dependency to it, and remove the affected Hologram and API-Samples demo apps. Update documents, including directing developers to the KhronosGroup/Vulkan-Samples repository for official demo apps.
6 lines
80 B
Plaintext
6 lines
80 B
Plaintext
#import <TargetConditionals.h>
|
|
|
|
#ifdef __OBJC__
|
|
#import <UIKit/UIKit.h>
|
|
#endif
|