C# Class Axiom.RenderSystems.Xna.XnaHardwareIndexBuffer

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

Protected Properties

Свойство Type Description
_device Microsoft.Xna.Framework.Graphics.GraphicsDevice
_xnaBuffer Microsoft.Xna.Framework.Graphics.IndexBuffer
data System.Array

Méthodes publiques

Méthode Description
ReadData ( int offset, int length, IntPtr dest ) : void

WriteData ( int offset, int length, IntPtr src, bool discardWholeBuffer ) : void

XnaHardwareIndexBuffer ( HardwareBufferManagerBase manager, IndexType type, int numIndices, BufferUsage usage, Microsoft.Xna.Framework.Graphics device, bool useSystemMemory, bool useShadowBuffer ) : System

Méthodes protégées

Méthode Description
LockImpl ( int offset, int length, BufferLocking locking ) : IntPtr

UnlockImpl ( ) : void

dispose ( bool disposeManagedResources ) : void

Method Details

LockImpl() protected méthode

protected LockImpl ( int offset, int length, BufferLocking locking ) : IntPtr
offset int
length int
locking BufferLocking
Résultat System.IntPtr

ReadData() public méthode

public ReadData ( int offset, int length, IntPtr dest ) : void
offset int
length int
dest System.IntPtr
Résultat void

UnlockImpl() protected méthode

protected UnlockImpl ( ) : void
Résultat void

WriteData() public méthode

public WriteData ( int offset, int length, IntPtr src, bool discardWholeBuffer ) : void
offset int
length int
src System.IntPtr
discardWholeBuffer bool
Résultat void

XnaHardwareIndexBuffer() public méthode

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
Résultat System

dispose() protected méthode

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

Property Details

_device protected_oe property

protected GraphicsDevice,Microsoft.Xna.Framework.Graphics _device
Résultat Microsoft.Xna.Framework.Graphics.GraphicsDevice

_xnaBuffer protected_oe property

protected IndexBuffer,Microsoft.Xna.Framework.Graphics _xnaBuffer
Résultat Microsoft.Xna.Framework.Graphics.IndexBuffer

data protected_oe property

protected Array,System data
Résultat System.Array