C# Class Fusion.Drivers.Graphics.DepthStencilSurface

Inheritance: System.DisposableBase
Mostra file Open project: demiurghg/FusionEngine Class Usage Examples

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Immediately releases the unmanaged resources used by this object.

Private Methods

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

Method Details

Dispose() protected method

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