protot/3rdparty/imgui/examples/example_apple_metal/Shared/Renderer.h

10 lines
150 B
C
Raw Normal View History

2018-12-15 09:50:47 +01:00
#import <MetalKit/MetalKit.h>
@interface Renderer : NSObject <MTKViewDelegate>
-(nonnull instancetype)initWithView:(nonnull MTKView *)view;
@end