C# Class Contracts.IShaderCompilerContract

Inheritance: IShaderCompiler
Show file Open project: fealty/Frost

Public Methods

Method Description
Compile ( string text, string function, ShaderHandle &result ) : void

Method Details

Compile() public method

public Compile ( string text, string function, ShaderHandle &result ) : void
text string
function string
result ShaderHandle
return void