C# 클래스 Fusion.Drivers.Graphics.DepthStencilSurface

상속: System.DisposableBase
파일 보기 프로젝트 열기: demiurghg/FusionEngine 1 사용 예제들

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Immediately releases the unmanaged resources used by this object.

비공개 메소드들

메소드 설명
DepthStencilSurface ( SharpDX.Direct3D11.DepthStencilView dsv, DepthFormat format, int width, int height, int sampleCount ) : System

메소드 상세

Dispose() 보호된 메소드

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