C# Class Axiom.RenderSystems.OpenGL.GLHardwareBufferManager

Inheritance: Axiom.Graphics.HardwareBufferManager
Show file Open project: WolfgangSt/axiom Class Usage Examples

Public Methods

Method Description
GLHardwareBufferManager ( ) : System
GetGLType ( VertexElementType type ) : int

Protected Methods

Method Description
dispose ( bool disposeManagedResources ) : void

Method Details

GLHardwareBufferManager() public method

public GLHardwareBufferManager ( ) : System
return System

GetGLType() public static method

public static GetGLType ( VertexElementType type ) : int
type VertexElementType
return int

dispose() protected method

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