opengl-playground/imgui-submodule/imgui/examples/example_apple_metal/Shared/Renderer.h

9 lines
149 B
C
Raw Normal View History

2020-03-21 22:38:10 +01:00
#import <MetalKit/MetalKit.h>
@interface Renderer : NSObject <MTKViewDelegate>
-(nonnull instancetype)initWithView:(nonnull MTKView *)view;
@end