1
0
mirror of https://github.com/Drezil/imgui.git synced 2025-03-02 03:42:43 +00:00

10 lines
150 B
C
Raw Normal View History

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