C# Class Fusion.Drivers.Graphics.DepthStencilSurface

Inheritance: System.DisposableBase
Afficher le fichier Open project: demiurghg/FusionEngine Class Usage Examples

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Immediately releases the unmanaged resources used by this object.

Private Methods

Méthode Description
DepthStencilSurface ( SharpDX.Direct3D11.DepthStencilView dsv, DepthFormat format, int width, int height, int sampleCount ) : System

Method Details

Dispose() protected méthode

Immediately releases the unmanaged resources used by this object.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void