iOS example working based on modified OpenGL3 example + Synergy

This commit is contained in:
Joel Davis
2015-07-07 21:17:48 -06:00
committed by ocornut
parent f4fc008a2a
commit eee6dab226
25 changed files with 3184 additions and 0 deletions
@@ -0,0 +1,13 @@
//
// GameViewController.h
// imguiex
// This is the OpenGL Example template from XCode, modified to
// support IMGUI
#import <UIKit/UIKit.h>
#import <GLKit/GLKit.h>
@interface GameViewController : GLKViewController
@end