1
0
mirror of synced 2025-02-03 04:47:16 +01:00

9 lines
149 B
C
Raw Normal View History

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