2023-06-09 11:44:57 +00:00
|
|
|
#import <TargetConditionals.h>
|
2023-01-13 19:57:57 +00:00
|
|
|
#import <MetalKit/MetalKit.h>
|
|
|
|
#if TARGET_OS_IPHONE
|
|
|
|
#import "../iOS/GBView.h"
|
|
|
|
#else
|
|
|
|
#import "../Cocoa/GBView.h"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
@interface GBViewMetal : GBView<MTKViewDelegate>
|
|
|
|
+ (bool) isSupported;
|
|
|
|
@end
|