SDL  2.0
SDL_uikitopenglview Class Reference

#import <SDL_uikitopenglview.h>

+ Inheritance diagram for SDL_uikitopenglview:
+ Collaboration diagram for SDL_uikitopenglview:

Public Member Functions

(instancetype) - initWithFrame:scale:retainBacking:rBits:gBits:bBits:aBits:depthBits:stencilBits:sRGB:multisamples:context:
(void- swapBuffers
(void- updateFrame
- Public Member Functions inherited from SDL_uikitview
(instancetype) - initWithFrame:
(void- setSDLWindow:
(CGPoint) - touchLocation:shouldNormalize:
(void- touchesBegan:withEvent:
(void- touchesEnded:withEvent:
(void- touchesMoved:withEvent:

Properties

EAGLContext * context
int backingWidth
int backingHeight
GLuint drawableRenderbuffer
GLuint drawableFramebuffer
GLuint msaaResolveFramebuffer

Detailed Description

Definition at line 29 of file SDL_uikitopenglview.h.

Member Function Documentation

- (instancetype) initWithFrame: (CGRect)  frame
scale: (CGFloat)  scale
retainBacking: (BOOL)  retained
rBits: (int)  rBits
gBits: (int)  gBits
bBits: (int)  bBits
aBits: (int)  aBits
depthBits: (int)  depthBits
stencilBits: (int)  stencilBits
sRGB: (BOOL)  sRGB
multisamples: (int)  multisamples
context: (EAGLContext *)  glcontext 
- (void) swapBuffers
- (void) updateFrame

Property Documentation

- (int) backingHeight
readnonatomicassign

Definition at line 48 of file SDL_uikitopenglview.h.

- (int) backingWidth
readnonatomicassign

Definition at line 47 of file SDL_uikitopenglview.h.

- (EAGLContext*) context
readnonatomicweak

Definition at line 44 of file SDL_uikitopenglview.h.

- (GLuint) drawableFramebuffer
readnonatomicassign

Definition at line 51 of file SDL_uikitopenglview.h.

- (GLuint) drawableRenderbuffer
readnonatomicassign

Definition at line 50 of file SDL_uikitopenglview.h.

- (GLuint) msaaResolveFramebuffer
readnonatomicassign

Definition at line 52 of file SDL_uikitopenglview.h.


The documentation for this class was generated from the following file: