C# Класс Fusion.Engine.Graphics.TargetTexture

Represents texture that could be used as target for rendering.
Наследование: Texture
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
TargetTexture ( RenderSystem rs, int width, int height, TargetFormat format ) : System

Create target texture with specified size and format

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

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

Метод Описание
TargetTexture ( RenderTarget2D renderTarget ) : System

Create target texture with specified size and format

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

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

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

Create target texture with specified size and format
public TargetTexture ( RenderSystem rs, int width, int height, TargetFormat format ) : System
rs RenderSystem
width int
height int
format TargetFormat
Результат System