nextpnr/3rdparty/imgui/examples/example_apple_metal/Shared/Renderer.h
2018-10-24 19:00:58 +02:00

10 lines
150 B
Objective-C

#import <MetalKit/MetalKit.h>
@interface Renderer : NSObject <MTKViewDelegate>
-(nonnull instancetype)initWithView:(nonnull MTKView *)view;
@end