C# Class Axiom.RenderSystems.OpenGLES.GLESRenderBuffer

Inheritance: GLESHardwarePixelBuffer
Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Protected Properties

Свойство Type Description
_renderbufferID int

Méthodes publiques

Méthode Description
BindToFramebuffer ( All attachment, int zOffset ) : void

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

Méthodes protégées

Méthode Description
dispose ( bool disposeManagedResources ) : void

Method Details

BindToFramebuffer() public méthode

public BindToFramebuffer ( All attachment, int zOffset ) : void
attachment All
zOffset int
Résultat void

GLESRenderBuffer() public méthode

public GLESRenderBuffer ( All format, int width, int height, int numSamples ) : System
format All
width int
height int
numSamples int
Résultat System

dispose() protected méthode

protected dispose ( bool disposeManagedResources ) : void
disposeManagedResources bool
Résultat void

Property Details

_renderbufferID protected_oe property

In case this is a render buffer
protected int _renderbufferID
Résultat int