summaryrefslogtreecommitdiff
path: root/platform/iphone/joypad_iphone.h
AgeCommit message (Collapse)Author
2020-07-25iOS: Vulkan supportSergey Minakov
Implemented Vulkan Support. Use DisplayServer for rendering and input handling Use single view for rendering in both GLES2 (not supported yet) and Vulkan Use @available checks where it's required (otherwise compiler would fail compilation) Simulator checks