sameduck/Cocoa/GBOpenGLView.h

7 lines
122 B
Objective-C
Raw Permalink Normal View History

#import <Cocoa/Cocoa.h>
#import "GBGLShader.h"
@interface GBOpenGLView : NSOpenGLView
@property GBGLShader *shader;
@end