mirror of
https://github.com/ocornut/imgui.git
synced 2025-01-06 22:17:51 +08: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
|
|
|