iOS example working based on modified OpenGL3 example + Synergy
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user