C# Class ShaderCompiler.Core.Compiler.MetroShaderCompiler

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

Public Methods

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

Method Details

Apply() public method

public Apply ( ) : void
return void

MetroShaderCompiler() public method

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

Resource() public method

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

Variable() public method

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