Reign.Video.Abstraction.DepthStencilAPI.New C# (CSharp) Method

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
        public static IDepthStencil New(IDisposableResource parent, int width, int height, DepthStencilFormats format)
        {
            return New(VideoAPI.DefaultAPI, parent, width, height, format);
        }

Same methods

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