C# Class Axiom.RenderSystems.DirectX9.D3D9DepthBuffer

Inheritance: DepthBuffer
Datei anzeigen Open project: WolfgangSt/axiom Class Usage Examples

Private Properties

Property Type Description
IsCompatible bool

Public Methods

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

Protected Methods

Method Description
dispose ( bool disposeManagedResources ) : void

Private Methods

Method Description
IsCompatible ( RenderTarget renderTarget ) : bool

Method Details

D3D9DepthBuffer() public method

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
return Axiom.Graphics

dispose() protected method

protected dispose ( bool disposeManagedResources ) : void
disposeManagedResources bool
return void