SameBoy/Cocoa/GBViewMetal.h

8 lines
150 B
Objective-C
Raw Normal View History

#import <Cocoa/Cocoa.h>
#import <MetalKit/MetalKit.h>
#import "GBView.h"
@interface GBViewMetal : GBView<MTKViewDelegate>
2018-06-15 17:03:59 +00:00
+ (bool) isSupported;
@end