1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-02-25 16:40:04 +00:00
Files
YosysHQ.nextpnr/3rdparty/imgui/examples/example_apple_metal/Shared/Renderer.h
Miodrag Milanovic b948b76c8e add imgui library
2018-10-24 19:00:58 +02:00

10 lines
150 B
Objective-C

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