C# Класс Reign.Video.Abstraction.DepthStencilAPI

Показать файл Открыть проект

Открытые методы

Метод Описание
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