C# 클래스 Myre.Graphics.ResourceInfo

Represents information about a resource produced by a renderer component.
파일 보기 프로젝트 열기: TomGillen/Myre 1 사용 예제들

공개 메소드들

메소드 설명
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