C# 클래스 Reign.Video.Vita.DepthStencil

상속: System.Disposable, DepthStencilI
파일 보기 프로젝트 열기: reignstudios/ReignSDK 1 사용 예제들

공개 메소드들

메소드 설명
DepthStencil ( DisposableI parent, int width, int height, DepthStencilFormats depthStencilFormats ) : System
Dispose ( ) : void
New ( DisposableI parent, int width, int height, DepthStencilFormats depthStencilFormats ) : DepthStencilI

비공개 메소드들

메소드 설명
enable ( ) : void

메소드 상세

DepthStencil() 공개 메소드

public DepthStencil ( DisposableI parent, int width, int height, DepthStencilFormats depthStencilFormats ) : System
parent DisposableI
width int
height int
depthStencilFormats DepthStencilFormats
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

New() 공개 정적인 메소드

public static New ( DisposableI parent, int width, int height, DepthStencilFormats depthStencilFormats ) : DepthStencilI
parent DisposableI
width int
height int
depthStencilFormats DepthStencilFormats
리턴 DepthStencilI