C# Class ShaderCompiler.Core.Compiler.SilverlightShaderCompiler

Inheritance: Reign.Video.ShaderI
Datei anzeigen Open project: reignstudios/ReignSDK

Public Methods

Method Description
Apply ( ) : void
Resource ( string name ) : Reign.Video.ShaderResourceI
SilverlightShaderCompiler ( string fileName ) : System
Variable ( string name ) : Reign.Video.ShaderVariableI

Method Details

Apply() public method

public Apply ( ) : void
return void

Resource() public method

public Resource ( string name ) : Reign.Video.ShaderResourceI
name string
return Reign.Video.ShaderResourceI

SilverlightShaderCompiler() public method

public SilverlightShaderCompiler ( string fileName ) : System
fileName string
return System

Variable() public method

public Variable ( string name ) : Reign.Video.ShaderVariableI
name string
return Reign.Video.ShaderVariableI