mirror of
https://github.com/Drezil/imgui.git
synced 2024-11-15 09:27:00 +00:00
10 lines
150 B
Objective-C
10 lines
150 B
Objective-C
|
|
#import <MetalKit/MetalKit.h>
|
|
|
|
@interface Renderer : NSObject <MTKViewDelegate>
|
|
|
|
-(nonnull instancetype)initWithView:(nonnull MTKView *)view;
|
|
|
|
@end
|
|
|