C# Class Axiom.RenderSystems.DirectX9.D3DVertexDeclaration

Summary description for D3DVertexDeclaration.
Inheritance: Axiom.Graphics.VertexDeclaration
Datei anzeigen Open project: WolfgangSt/axiom Class Usage Examples

Protected Properties

Property Type Description
d3dVertexDecl SlimDX.Direct3D9.VertexDeclaration
needsRebuild bool

Public Methods

Method 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

Protected Methods

Method Description
dispose ( bool disposeManagedResources ) : void

Method Details

AddElement() public method

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

InsertElement() public method

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
return Axiom.Graphics.VertexElement

ModifyElement() public method

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
return void

RemoveElement() public method

public RemoveElement ( VertexElementSemantic semantic, int index ) : void
semantic VertexElementSemantic
index int
return void

RemoveElement() public method

public RemoveElement ( int index ) : void
index int
return void

dispose() protected method

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

Property Details

d3dVertexDecl protected_oe property

protected VertexDeclaration,SlimDX.Direct3D9 d3dVertexDecl
return SlimDX.Direct3D9.VertexDeclaration

needsRebuild protected_oe property

protected bool needsRebuild
return bool