Property | Type | Description | |
---|---|---|---|
_device | Microsoft.Xna.Framework.Graphics.GraphicsDevice | ||
_xnaBuffer | Microsoft.Xna.Framework.Graphics.IndexBuffer | ||
data |
Method | Description | |
---|---|---|
ReadData ( int offset, int length, |
|
|
WriteData ( int offset, int length, |
|
|
XnaHardwareIndexBuffer ( HardwareBufferManagerBase manager, IndexType type, int numIndices, BufferUsage usage, Microsoft.Xna.Framework.Graphics device, bool useSystemMemory, bool useShadowBuffer ) : System |
Method | Description | |
---|---|---|
LockImpl ( int offset, int length, BufferLocking locking ) : |
|
|
UnlockImpl ( ) : void |
|
|
dispose ( bool disposeManagedResources ) : void |
protected LockImpl ( int offset, int length, BufferLocking locking ) : |
||
offset | int | |
length | int | |
locking | BufferLocking | |
return |
public ReadData ( int offset, int length, |
||
offset | int | |
length | int | |
dest | ||
return | void |
public WriteData ( int offset, int length, |
||
offset | int | |
length | int | |
src | ||
discardWholeBuffer | bool | |
return | void |
public XnaHardwareIndexBuffer ( HardwareBufferManagerBase manager, IndexType type, int numIndices, BufferUsage usage, Microsoft.Xna.Framework.Graphics device, bool useSystemMemory, bool useShadowBuffer ) : System | ||
manager | HardwareBufferManagerBase | |
type | IndexType | |
numIndices | int | |
usage | BufferUsage | |
device | Microsoft.Xna.Framework.Graphics | |
useSystemMemory | bool | |
useShadowBuffer | bool | |
return | System |
protected dispose ( bool disposeManagedResources ) : void | ||
disposeManagedResources | bool | |
return | void |
protected GraphicsDevice,Microsoft.Xna.Framework.Graphics _device | ||
return | Microsoft.Xna.Framework.Graphics.GraphicsDevice |
protected IndexBuffer,Microsoft.Xna.Framework.Graphics _xnaBuffer | ||
return | Microsoft.Xna.Framework.Graphics.IndexBuffer |