C# Класс Reign.Video.Vita.DepthStencil

Наследование: System.Disposable, DepthStencilI
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
DepthStencil ( DisposableI parent, int width, int height, DepthStencilFormats depthStencilFormats ) : System
Dispose ( ) : void
New ( DisposableI parent, int width, int height, DepthStencilFormats depthStencilFormats ) : DepthStencilI

Приватные методы

Метод Описание
enable ( ) : void

Описание методов

DepthStencil() публичный Метод

public DepthStencil ( DisposableI parent, int width, int height, DepthStencilFormats depthStencilFormats ) : System
parent DisposableI
width int
height int
depthStencilFormats DepthStencilFormats
Результат System

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

New() публичный статический Метод

public static New ( DisposableI parent, int width, int height, DepthStencilFormats depthStencilFormats ) : DepthStencilI
parent DisposableI
width int
height int
depthStencilFormats DepthStencilFormats
Результат DepthStencilI