For legacy systems that do not support Metal. The Metal SceneKit view does work on even 10.13.6, if a Metal GPU is present in the system. Signed-off-by: Christopher Snowhill <kode54@gmail.com>
16 lines
204 B
Objective-C
16 lines
204 B
Objective-C
//
|
|
// SpectrumItem.h
|
|
// Cog
|
|
//
|
|
// Created by Christopher Snowhill on 2/13/22.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface SpectrumItem : NSToolbarItem
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|