nextpnr/3rdparty/imgui/examples/example_apple_metal/Shared/ViewController.h

21 lines
265 B
C
Raw Normal View History

2018-10-21 15:28:35 +08:00
#import <Metal/Metal.h>
#import <MetalKit/MetalKit.h>
#import "Renderer.h"
#if TARGET_OS_IPHONE
#import <UIKit/UIKit.h>
@interface ViewController : UIViewController
@end
#else
#import <Cocoa/Cocoa.h>
@interface ViewController : NSViewController
@end
#endif