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

상속: DisposableResource, IDepthStencil
파일 보기 프로젝트 열기: reignstudios/ReignSDK 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
enable ( ) : void

메소드 상세

DepthStencil() 공개 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void