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

10 lines
150 B
C
Raw Normal View History

2018-10-21 15:28:35 +08:00
#import <MetalKit/MetalKit.h>
@interface Renderer : NSObject <MTKViewDelegate>
-(nonnull instancetype)initWithView:(nonnull MTKView *)view;
@end