C# Class Axiom.Graphics.HardwareVertexBuffer

Describes the graphics API independent functionality required by a hardware vertex buffer.
Inheritance: Axiom.Graphics.HardwareBuffer
Datei anzeigen Open project: WolfgangSt/axiom Class Usage Examples

Protected Properties

Property Type Description
Manager HardwareBufferManagerBase
numVertices int
useCount int
vertexDeclaration VertexDeclaration

Private Properties

Property Type Description
HardwareVertexBuffer System

Protected Methods

Method Description
CheckIfVertexInstanceDataIsSupported ( ) : bool

Checks if vertex instance data is supported by the render system

Private Methods

Method Description
HardwareVertexBuffer ( HardwareBufferManagerBase manager, Axiom.Graphics.VertexDeclaration vertexDeclaration, int numVertices, BufferUsage usage, bool useSystemMemory, bool useShadowBuffer ) : System

Method Details

CheckIfVertexInstanceDataIsSupported() protected method

Checks if vertex instance data is supported by the render system
protected CheckIfVertexInstanceDataIsSupported ( ) : bool
return bool

Property Details

Manager protected_oe property

protected HardwareBufferManagerBase Manager
return HardwareBufferManagerBase

numVertices protected_oe property

protected int numVertices
return int

useCount protected_oe property

protected int useCount
return int

vertexDeclaration protected_oe property

protected VertexDeclaration vertexDeclaration
return VertexDeclaration