istereo
annotate src/ESRenderer.h @ 35:23e5d274b2a2
added options panel, also added the xib files to the repository as they're needed
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Fri, 09 Sep 2011 10:03:42 +0300 |
parents | 1bb950d0976b |
children | ff055bff6a15 |
rev | line source |
---|---|
nuclear@0 | 1 #import <QuartzCore/QuartzCore.h> |
nuclear@0 | 2 |
nuclear@0 | 3 #import <OpenGLES/EAGL.h> |
nuclear@0 | 4 #import <OpenGLES/EAGLDrawable.h> |
nuclear@0 | 5 |
nuclear@0 | 6 @protocol ESRenderer <NSObject> |
nuclear@0 | 7 |
nuclear@0 | 8 - (void)render; |
nuclear@0 | 9 - (BOOL)resizeFromLayer:(CAEAGLLayer *)layer; |
nuclear@0 | 10 |
nuclear@0 | 11 @end |