C# 클래스 Reign.Video.Abstraction.DepthStencilAPI

파일 보기 프로젝트 열기: reignstudios/ReignSDK

공개 메소드들

메소드 설명
New ( IDisposableResource parent, int width, int height, DepthStencilFormats format ) : IDepthStencil
New ( VideoTypes videoType, IDisposableResource parent, int width, int height, DepthStencilFormats format ) : IDepthStencil

메소드 상세

New() 공개 정적인 메소드

public static New ( IDisposableResource parent, int width, int height, DepthStencilFormats format ) : IDepthStencil
parent IDisposableResource
width int
height int
format DepthStencilFormats
리턴 IDepthStencil

New() 공개 정적인 메소드

public static New ( VideoTypes videoType, IDisposableResource parent, int width, int height, DepthStencilFormats format ) : IDepthStencil
videoType VideoTypes
parent IDisposableResource
width int
height int
format DepthStencilFormats
리턴 IDepthStencil