C# 클래스 Axiom.RenderSystems.Xna.XnaHardwareIndexBuffer

Summary description for XnaHardwareIndexBuffer.
상속: Axiom.Graphics.HardwareIndexBuffer
파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_device Microsoft.Xna.Framework.Graphics.GraphicsDevice
_xnaBuffer Microsoft.Xna.Framework.Graphics.IndexBuffer
data System.Array

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
LockImpl ( int offset, int length, BufferLocking locking ) : IntPtr

UnlockImpl ( ) : void

dispose ( bool disposeManagedResources ) : void

메소드 상세

LockImpl() 보호된 메소드

protected LockImpl ( int offset, int length, BufferLocking locking ) : IntPtr
offset int
length int
locking BufferLocking
리턴 System.IntPtr

ReadData() 공개 메소드

public ReadData ( int offset, int length, IntPtr dest ) : void
offset int
length int
dest System.IntPtr
리턴 void

UnlockImpl() 보호된 메소드

protected UnlockImpl ( ) : void
리턴 void

WriteData() 공개 메소드

public WriteData ( int offset, int length, IntPtr src, bool discardWholeBuffer ) : void
offset int
length int
src System.IntPtr
discardWholeBuffer bool
리턴 void

XnaHardwareIndexBuffer() 공개 메소드

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
리턴 System

dispose() 보호된 메소드

protected dispose ( bool disposeManagedResources ) : void
disposeManagedResources bool
리턴 void

프로퍼티 상세

_device 보호되어 있는 프로퍼티

protected GraphicsDevice,Microsoft.Xna.Framework.Graphics _device
리턴 Microsoft.Xna.Framework.Graphics.GraphicsDevice

_xnaBuffer 보호되어 있는 프로퍼티

protected IndexBuffer,Microsoft.Xna.Framework.Graphics _xnaBuffer
리턴 Microsoft.Xna.Framework.Graphics.IndexBuffer

data 보호되어 있는 프로퍼티

protected Array,System data
리턴 System.Array