Views display content of an application.
More...
#import <kanzi/appfw/platform/ios/kza_ios_view.h>
Views display content of an application.
Override class to indicate GL capability.
- (id) initWithFrame: |
|
(CGRect) |
aRect |
|
Override initialization function.
Reinitialization after orientation change.
- (void) drawFrame: |
|
(CADisplayLink *) |
sender |
|
State update callback function.
Getter for default framebuffer.
- (BOOL) isMultipleTouchEnabled |
|
|
|
Override to allow multitouch events.
Apple embedded AGL context.
- (GLuint) finalFramebuffer |
|
protected |
Output framebuffer for this application.
- (GLuint) finalColorRenderbuffer |
|
protected |
Output color buffer for output framebuffer.
- (GLuint) sampleFramebuffer |
|
protected |
Multisampling framebuffer (render target).
- (GLuint) sampleColorRenderbuffer |
|
protected |
Color buffer for multisampling framebuffer.
- (GLuint) sampleDepthRenderbuffer |
|
protected |
Depth buffer for multisampling framebuffer.
Animation time for calculating delta between frames.
The documentation for this class was generated from the following file: