C# 클래스 Reign.Video.D3D11.DepthStencilState

상속: DisposableResource, IDepthStencilState
파일 보기 프로젝트 열기: reignstudios/ReignSDK

공개 메소드들

메소드 설명
DepthStencilState ( IDisposableResource parent, IDepthStencilStateDesc desc ) : System
Dispose ( ) : void
Enable ( ) : void

메소드 상세

DepthStencilState() 공개 메소드

public DepthStencilState ( IDisposableResource parent, IDepthStencilStateDesc desc ) : System
parent IDisposableResource
desc IDepthStencilStateDesc
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Enable() 공개 메소드

public Enable ( ) : void
리턴 void