cocos2d-x  3.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
CCES2Renderer Class Reference

#import <CCES2Renderer-ios.h>

Inheritance diagram for CCES2Renderer:
<CCESRenderer>

Instance Methods

(BOOL) - resizeFromLayer:
 
- Instance Methods inherited from <CCESRenderer>
(id- initWithDepthFormat:withPixelFormat:withSharegroup:withMultiSampling:withNumberOfSamples:
 
(EAGLContext *) - context
 
(CGSize) - backingSize
 
(unsigned int) - colorRenderBuffer
 
(unsigned int) - defaultFrameBuffer
 
(unsigned int) - msaaFrameBuffer
 
(unsigned int) - msaaColorBuffer
 

Protected Attributes

GLint backingWidth_
 
GLint backingHeight_
 
unsigned int samplesToUse_
 
BOOL multiSampling_
 
unsigned int depthFormat_
 
unsigned int pixelFormat_
 
GLuint defaultFramebuffer_
 
GLuint colorRenderbuffer_
 
GLuint depthBuffer_
 
GLuint msaaFramebuffer_
 
GLuint msaaColorbuffer_
 
EAGLContext * context_
 

Properties

GLuint colorRenderbuffer
 Color Renderbuffer. More...
 
GLuint defaultFramebuffer
 Default Renderbuffer. More...
 
GLuint msaaFramebuffer
 MSAA Framebuffer. More...
 
GLuint msaaColorbuffer
 MSAA Color Buffer. More...
 
EAGLContext * context
 EAGLContext. More...
 

Method Documentation

- (BOOL) resizeFromLayer: (CAEAGLLayer *)  layer

Reimplemented from <CCESRenderer>.

Member Data Documentation

- (GLint) backingHeight_
protected
- (GLint) backingWidth_
protected
- (GLuint) colorRenderbuffer_
protected
- (EAGLContext*) context_
protected
- (GLuint) defaultFramebuffer_
protected
- (GLuint) depthBuffer_
protected
- (unsigned int) depthFormat_
protected
- (GLuint) msaaColorbuffer_
protected
- (GLuint) msaaFramebuffer_
protected
- (BOOL) multiSampling_
protected
- (unsigned int) pixelFormat_
protected
- (unsigned int) samplesToUse_
protected

Property Documentation

- (GLuint) colorRenderbuffer
readnonatomicassign

Color Renderbuffer.

- (EAGLContext*) context
readnonatomicassign

EAGLContext.

- (GLuint) defaultFramebuffer
readnonatomicassign

Default Renderbuffer.

- (GLuint) msaaColorbuffer
readnonatomicassign

MSAA Color Buffer.

- (GLuint) msaaFramebuffer
readnonatomicassign

MSAA Framebuffer.


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