16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-19 04:19:19 +02:00
Files
maszyna/ref/imgui/examples/example_apple_metal/Shared/Renderer.h
2019-11-14 15:51:04 +01:00

9 lines
149 B
Objective-C

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