C# Class Axiom.RenderSystems.DirectX9.D3D9DepthBuffer

Inheritance: DepthBuffer
Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Private Properties

Свойство Type Description
IsCompatible bool

Méthodes publiques

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

Méthodes protégées

Méthode Description
dispose ( bool disposeManagedResources ) : void

Private Methods

Méthode Description
IsCompatible ( RenderTarget renderTarget ) : bool

Method Details

D3D9DepthBuffer() public méthode

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
Résultat Axiom.Graphics

dispose() protected méthode

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