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
+6
View File
@@ -0,0 +1,6 @@
# iOS / OSX Metal example
## Introduction
This example shows how to render ImGui with Metal. It is based on the cross-platform game template provided with Xcode as of Xcode 9.