C# Class Axiom.RenderSystems.OpenGLES.GLESHardwareIndexBuffer

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

Public Methods

Method Description
GLESHardwareIndexBuffer ( HardwareBufferManager mgr, IndexType idxType, int numIndexes, BufferUsage usage, bool useShadowBuffer ) : System
ReadData ( int offset, int length, IntPtr dest ) : void

WriteData ( int offset, int length, IntPtr src, bool discardWholeBuffer ) : void

Protected Methods

Method Description
LockImpl ( int offset, int length, BufferLocking locking ) : IntPtr

UnlockImpl ( ) : void

UpdateFromShadow ( ) : void

dispose ( bool disposeManagedResources ) : void

Method Details

GLESHardwareIndexBuffer() public method

public GLESHardwareIndexBuffer ( HardwareBufferManager mgr, IndexType idxType, int numIndexes, BufferUsage usage, bool useShadowBuffer ) : System
mgr Axiom.Graphics.HardwareBufferManager
idxType IndexType
numIndexes int
usage BufferUsage
useShadowBuffer bool
return System

LockImpl() protected method

protected LockImpl ( int offset, int length, BufferLocking locking ) : IntPtr
offset int
length int
locking BufferLocking
return System.IntPtr

ReadData() public method

public ReadData ( int offset, int length, IntPtr dest ) : void
offset int
length int
dest System.IntPtr
return void

UnlockImpl() protected method

protected UnlockImpl ( ) : void
return void

UpdateFromShadow() protected method

protected UpdateFromShadow ( ) : void
return void

WriteData() public method

public WriteData ( int offset, int length, IntPtr src, bool discardWholeBuffer ) : void
offset int
length int
src System.IntPtr
discardWholeBuffer bool
return void

dispose() protected method

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