C# Class Axiom.Graphics.CompositionPass.InputTexture

Show file Open project: WolfgangSt/axiom

Public Properties

Property Type Description
MrtIndex int
Name string

Public Methods

Method Description
InputTexture ( string name ) : System

InputTexture ( string name, int mrtIndex ) : System

Method Details

InputTexture() public method

public InputTexture ( string name ) : System
name string Name (local) of the input texture (empty == no input)
return System

InputTexture() public method

public InputTexture ( string name, int mrtIndex ) : System
name string Name (local) of the input texture (empty == no input)
mrtIndex int MRT surface index if applicable
return System

Property Details

MrtIndex public property

MRT surface index if applicable
public int MrtIndex
return int

Name public property

Name (local) of the input texture (empty == no input)
public string Name
return string