Property | Type | Description | |
---|---|---|---|
_device | Microsoft.Xna.Framework.Graphics.GraphicsDevice |
Method | Description | |
---|---|---|
CreateIndexBuffer ( IndexType type, int numIndices, BufferUsage usage ) : |
||
CreateIndexBuffer ( IndexType type, int numIndices, BufferUsage usage, bool useShadowBuffer ) : |
||
CreateVertexBuffer ( Axiom.Graphics.VertexDeclaration vertexDeclaration, int numVerts, BufferUsage usage ) : |
||
CreateVertexBuffer ( Axiom.Graphics.VertexDeclaration vertexDeclaration, int numVerts, BufferUsage usage, bool useShadowBuffer ) : |
||
CreateVertexDeclaration ( ) : Axiom.Graphics.VertexDeclaration | ||
XnaHardwareBufferManagerBase ( Microsoft.Xna.Framework.Graphics device ) : System |
|
Method | Description | |
---|---|---|
dispose ( bool disposeManagedResources ) : void |
Class level dispose method
|
public CreateIndexBuffer ( IndexType type, int numIndices, BufferUsage usage ) : |
||
type | IndexType | |
numIndices | int | |
usage | BufferUsage | |
return |
public CreateIndexBuffer ( IndexType type, int numIndices, BufferUsage usage, bool useShadowBuffer ) : |
||
type | IndexType | |
numIndices | int | |
usage | BufferUsage | |
useShadowBuffer | bool | |
return |
public CreateVertexBuffer ( Axiom.Graphics.VertexDeclaration vertexDeclaration, int numVerts, BufferUsage usage ) : |
||
vertexDeclaration | Axiom.Graphics.VertexDeclaration | |
numVerts | int | |
usage | BufferUsage | |
return |
public CreateVertexBuffer ( Axiom.Graphics.VertexDeclaration vertexDeclaration, int numVerts, BufferUsage usage, bool useShadowBuffer ) : |
||
vertexDeclaration | Axiom.Graphics.VertexDeclaration | |
numVerts | int | |
usage | BufferUsage | |
useShadowBuffer | bool | |
return |
public CreateVertexDeclaration ( ) : Axiom.Graphics.VertexDeclaration | ||
return | Axiom.Graphics.VertexDeclaration |
public XnaHardwareBufferManagerBase ( Microsoft.Xna.Framework.Graphics device ) : System | ||
device | Microsoft.Xna.Framework.Graphics | |
return | System |
protected dispose ( bool disposeManagedResources ) : void | ||
disposeManagedResources | bool | |
return | void |