C# 클래스 Axiom.RenderSystems.DirectX9.D3D9DepthBuffer

상속: DepthBuffer
파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

Private Properties

프로퍼티 타입 설명
IsCompatible bool

공개 메소드들

메소드 설명
D3D9DepthBuffer ( PoolId poolId, D3DRenderSystem renderSystem, Device creator, Surface depthBufferSurf, Format fmt, int width, int height, MultisampleType fsaa, int multiSampleQuality, bool isManual ) : Axiom.Graphics

보호된 메소드들

메소드 설명
dispose ( bool disposeManagedResources ) : void

비공개 메소드들

메소드 설명
IsCompatible ( RenderTarget renderTarget ) : bool

메소드 상세

D3D9DepthBuffer() 공개 메소드

public D3D9DepthBuffer ( PoolId poolId, D3DRenderSystem renderSystem, Device creator, Surface depthBufferSurf, Format fmt, int width, int height, MultisampleType fsaa, int multiSampleQuality, bool isManual ) : Axiom.Graphics
poolId PoolId
renderSystem D3DRenderSystem
creator Device
depthBufferSurf Surface
fmt Format
width int
height int
fsaa MultisampleType
multiSampleQuality int
isManual bool
리턴 Axiom.Graphics

dispose() 보호된 메소드

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