cocos3d  2.0.0
Properties | List of all members
CC3AndroidOnScreenGLFramebuffer Class Reference

#import <CC3RenderSurfaces.h>

Inheritance diagram for CC3AndroidOnScreenGLFramebuffer:
Inheritance graph
[legend]

Properties

BOOL isColorContentReadable
 
- Properties inherited from CC3SystemOnScreenGLFramebuffer
GLuint framebufferID
 
- Properties inherited from CC3GLFramebuffer
id< CC3FramebufferAttachmentcolorAttachment
 
CC3TexturecolorTexture
 
id< CC3FramebufferAttachmentdepthAttachment
 
CC3TexturedepthTexture
 
GLuint framebufferID
 
BOOL isColorContentReadable
 
BOOL isOffScreen
 
CC3IntSize size
 
id< CC3FramebufferAttachmentstencilAttachment
 
- Properties inherited from <CC3RenderSurface>
id< CC3RenderSurfaceAttachmentcolorAttachment
 
id< CC3RenderSurfaceAttachmentdepthAttachment
 
BOOL isColorContentReadable
 
BOOL isOffScreen
 
CC3IntSize size
 
id< CC3RenderSurfaceAttachmentstencilAttachment
 

Additional Inherited Members

- Instance Methods inherited from CC3GLFramebuffer
(id) - init
 
(id) - initWithSize:
 
(BOOL) - validate
 
- Class Methods inherited from CC3GLFramebuffer
(id) + surface
 
(id) + surfaceWithSize:
 

Detailed Description

Represents the virtual OpenGL framebuffer used by Android to present to a window.

Property Documentation

- (BOOL) isColorContentReadable
readnonatomicassign

Returns whether this surface supports reading the pixel content.

The on-screen color content is not readable in the Android platform, and so this property always returns NO.


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