C# Class Myre.Graphics.ResourceInfo

Represents information about a resource produced by a renderer component.
Afficher le fichier Open project: TomGillen/Myre Class Usage Examples

Méthodes publiques

Méthode Description
ResourceInfo ( string name, Myre.Graphics.RenderTargetInfo format ) : System

Initializes a new instance of the ResourceInfo struct.

Method Details

ResourceInfo() public méthode

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.
Résultat System