C# Class Reign.Video.Abstraction.DepthStencilAPI

Show file Open project: reignstudios/ReignSDK

Public Methods

Method Description
New ( IDisposableResource parent, int width, int height, DepthStencilFormats format ) : IDepthStencil
New ( VideoTypes videoType, IDisposableResource parent, int width, int height, DepthStencilFormats format ) : IDepthStencil

Method Details

New() public static method

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

New() public static method

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