C# Class Axiom.RenderSystems.DirectX9.D3DVertexDeclaration

Summary description for D3DVertexDeclaration.
Inheritance: Axiom.Graphics.VertexDeclaration
Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Protected Properties

Свойство Type Description
d3dVertexDecl SlimDX.Direct3D9.VertexDeclaration
needsRebuild bool

Méthodes publiques

Méthode Description
AddElement ( short source, int offset, VertexElementType type, VertexElementSemantic semantic, int index ) : VertexElement
InsertElement ( int position, short source, int offset, VertexElementType type, VertexElementSemantic semantic, int index ) : VertexElement
ModifyElement ( int elemIndex, short source, int offset, VertexElementType type, VertexElementSemantic semantic, int index ) : void
RemoveElement ( VertexElementSemantic semantic, int index ) : void
RemoveElement ( int index ) : void

Méthodes protégées

Méthode Description
dispose ( bool disposeManagedResources ) : void

Method Details

AddElement() public méthode

public AddElement ( short source, int offset, VertexElementType type, VertexElementSemantic semantic, int index ) : VertexElement
source short
offset int
type VertexElementType
semantic VertexElementSemantic
index int
Résultat Axiom.Graphics.VertexElement

InsertElement() public méthode

public InsertElement ( int position, short source, int offset, VertexElementType type, VertexElementSemantic semantic, int index ) : VertexElement
position int
source short
offset int
type VertexElementType
semantic VertexElementSemantic
index int
Résultat Axiom.Graphics.VertexElement

ModifyElement() public méthode

public ModifyElement ( int elemIndex, short source, int offset, VertexElementType type, VertexElementSemantic semantic, int index ) : void
elemIndex int
source short
offset int
type VertexElementType
semantic VertexElementSemantic
index int
Résultat void

RemoveElement() public méthode

public RemoveElement ( VertexElementSemantic semantic, int index ) : void
semantic VertexElementSemantic
index int
Résultat void

RemoveElement() public méthode

public RemoveElement ( int index ) : void
index int
Résultat void

dispose() protected méthode

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

Property Details

d3dVertexDecl protected_oe property

protected VertexDeclaration,SlimDX.Direct3D9 d3dVertexDecl
Résultat SlimDX.Direct3D9.VertexDeclaration

needsRebuild protected_oe property

protected bool needsRebuild
Résultat bool