C# Class Contracts.IShaderCompilerContract

Inheritance: IShaderCompiler
Afficher le fichier Open project: fealty/Frost

Méthodes publiques

Méthode Description
Compile ( string text, string function, ShaderHandle &result ) : void

Method Details

Compile() public méthode

public Compile ( string text, string function, ShaderHandle &result ) : void
text string
function string
result ShaderHandle
Résultat void