Property | Type | Description | |
---|---|---|---|
d3dVertexDecl | SlimDX.Direct3D9.VertexDeclaration | ||
needsRebuild | bool |
Method | Description | |
---|---|---|
AddElement ( short source, int offset, VertexElementType type, VertexElementSemantic semantic, int index ) : |
||
InsertElement ( int position, short source, int offset, VertexElementType type, VertexElementSemantic semantic, int index ) : |
||
ModifyElement ( int elemIndex, short source, int offset, VertexElementType type, VertexElementSemantic semantic, int index ) : void | ||
RemoveElement ( VertexElementSemantic semantic, int index ) : void | ||
RemoveElement ( int index ) : void |
Method | Description | |
---|---|---|
dispose ( bool disposeManagedResources ) : void |
public AddElement ( short source, int offset, VertexElementType type, VertexElementSemantic semantic, int index ) : |
||
source | short | |
offset | int | |
type | VertexElementType | |
semantic | VertexElementSemantic | |
index | int | |
return |
public InsertElement ( int position, short source, int offset, VertexElementType type, VertexElementSemantic semantic, int index ) : |
||
position | int | |
source | short | |
offset | int | |
type | VertexElementType | |
semantic | VertexElementSemantic | |
index | int | |
return |
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 |
public RemoveElement ( VertexElementSemantic semantic, int index ) : void | ||
semantic | VertexElementSemantic | |
index | int | |
return | void |
protected dispose ( bool disposeManagedResources ) : void | ||
disposeManagedResources | bool | |
return | void |
protected VertexDeclaration,SlimDX.Direct3D9 d3dVertexDecl | ||
return | SlimDX.Direct3D9.VertexDeclaration |