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

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

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

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

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

Метод Описание
deviceLost ( ) : void
deviceReset ( ) : void
dispose ( ) : void
init ( IDisposableResource parent, int width, int height, DepthStencilFormats depthStencilFormats ) : void

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

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

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

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

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