Introduced a new Metal renderer implementation and a new example illustrating usage of Metal on macOS and iOS (partially addresses #1873)

This commit is contained in:
Warren Moore
2018-07-05 21:58:15 +09:00
parent deb7aa29cd
commit d64157e803
18 changed files with 1678 additions and 2 deletions
+1 -2
View File
@@ -2,9 +2,8 @@
// This needs to be used along with a Renderer (e.g. OpenGL2, OpenGL3, Vulkan, Metal..)
@class NSEvent;
@class NSVew;
@class NSView;
// FIXME-OSX: Try replacing with NSView
IMGUI_API bool ImGui_ImplOSX_Init();
IMGUI_API void ImGui_ImplOSX_Shutdown();
IMGUI_API void ImGui_ImplOSX_NewFrame(NSView *_Nonnull view);