C# Class Myre.Graphics.ResourceInfo

Represents information about a resource produced by a renderer component.
Mostra file Open project: TomGillen/Myre Class Usage Examples

Public Methods

Method Description
ResourceInfo ( string name, Myre.Graphics.RenderTargetInfo format ) : System

Initializes a new instance of the ResourceInfo struct.

Method Details

ResourceInfo() public method

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.
return System