metalnes/app/OSX/RenderViewControllerOSX.h
2022-02-24 19:33:07 -08:00

13 lines
227 B
Objective-C

#import <Cocoa/Cocoa.h>
#import <Metal/Metal.h>
#import <MetalKit/MetalKit.h>
#import "MetalView.h"
// Our macOS view controller.
@interface RenderViewControllerOSX : NSViewController <MTKViewDelegate, EventDelegate>
@end