mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-14 00:34:18 +00:00
8 lines
149 B
Objective-C
8 lines
149 B
Objective-C
#import <MetalKit/MetalKit.h>
|
|
|
|
@interface Renderer : NSObject <MTKViewDelegate>
|
|
|
|
-(nonnull instancetype)initWithView:(nonnull MTKView *)view;
|
|
|
|
@end
|
|
|