C# Class Axiom.Graphics.HardwareVertexBuffer

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

Protected Properties

Свойство Type Description
Manager HardwareBufferManagerBase
numVertices int
useCount int
vertexDeclaration VertexDeclaration

Private Properties

Свойство Type Description
HardwareVertexBuffer System

Méthodes protégées

Méthode Description
CheckIfVertexInstanceDataIsSupported ( ) : bool

Checks if vertex instance data is supported by the render system

Private Methods

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

Method Details

CheckIfVertexInstanceDataIsSupported() protected méthode

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

Property Details

Manager protected_oe property

protected HardwareBufferManagerBase Manager
Résultat HardwareBufferManagerBase

numVertices protected_oe property

protected int numVertices
Résultat int

useCount protected_oe property

protected int useCount
Résultat int

vertexDeclaration protected_oe property

protected VertexDeclaration vertexDeclaration
Résultat VertexDeclaration