|
SDL
2.0
|
#import <SDL_uikitopenglview.h>
Inheritance diagram for SDL_uikitopenglview:
Collaboration diagram for SDL_uikitopenglview:Instance Methods | |
| (instancetype) | - initWithFrame:scale:retainBacking:rBits:gBits:bBits:aBits:depthBits:stencilBits:sRGB:multisamples:context: |
| (void) | - swapBuffers |
| (void) | - updateFrame |
Instance Methods 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 |
Definition at line 29 of file SDL_uikitopenglview.h.
| - (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 |
|
readnonatomicassign |
Definition at line 48 of file SDL_uikitopenglview.h.
|
readnonatomicassign |
Definition at line 47 of file SDL_uikitopenglview.h.
|
readnonatomicweak |
Definition at line 44 of file SDL_uikitopenglview.h.
|
readnonatomicassign |
Definition at line 51 of file SDL_uikitopenglview.h.
|
readnonatomicassign |
Definition at line 50 of file SDL_uikitopenglview.h.
|
readnonatomicassign |
Definition at line 52 of file SDL_uikitopenglview.h.