C# Класс Myre.Graphics.ResourceInfo

Represents information about a resource produced by a renderer component.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ResourceInfo ( string name, Myre.Graphics.RenderTargetInfo format ) : System

Initializes a new instance of the ResourceInfo struct.

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

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

Initializes a new instance of the ResourceInfo struct.
public ResourceInfo ( string name, Myre.Graphics.RenderTargetInfo format ) : System
name string The name.
format Myre.Graphics.RenderTargetInfo The format.
Результат System