Examples: Added missing comments in example_apple_metal. (#3400)

This commit is contained in:
ocornut
2020-09-30 14:55:09 +02:00
parent 52c0b1a340
commit 179dc04d8a
3 changed files with 37 additions and 8 deletions
+3 -1
View File
@@ -4,5 +4,7 @@
This example shows how to integrate Dear ImGui with Metal. It is based on the "cross-platform" game template provided with Xcode as of Xcode 9.
(NB: you may still want to use GLFW or SDL which will also support Windows, Linux along with OSX.)
Consider basing your work off the example_glfw_metal/ or example_sdl_metal/ examples. They are better supported and will be portable unlike this one.