12 lines
197 B
Objective-C
Executable File
12 lines
197 B
Objective-C
Executable File
#import <QuartzCore/QuartzCore.h>
|
|
|
|
#import <OpenGLES/EAGL.h>
|
|
#import <OpenGLES/EAGLDrawable.h>
|
|
|
|
@protocol ESRenderer <NSObject>
|
|
|
|
- (void)render;
|
|
- (BOOL)resizeFromLayer:(CAEAGLLayer *)layer;
|
|
|
|
@end
|