C# Class Axiom.RenderSystems.OpenGLES.GLESRenderBuffer

Inheritance: GLESHardwarePixelBuffer
Show file Open project: WolfgangSt/axiom Class Usage Examples

Protected Properties

Property Type Description
_renderbufferID int

Public Methods

Method Description
BindToFramebuffer ( All attachment, int zOffset ) : void

GLESRenderBuffer ( All format, int width, int height, int numSamples ) : System

Protected Methods

Method Description
dispose ( bool disposeManagedResources ) : void

Method Details

BindToFramebuffer() public method

public BindToFramebuffer ( All attachment, int zOffset ) : void
attachment All
zOffset int
return void

GLESRenderBuffer() public method

public GLESRenderBuffer ( All format, int width, int height, int numSamples ) : System
format All
width int
height int
numSamples int
return System

dispose() protected method

protected dispose ( bool disposeManagedResources ) : void
disposeManagedResources bool
return void

Property Details

_renderbufferID protected property

In case this is a render buffer
protected int _renderbufferID
return int