C# Class hl2glsl.MainClass

Mostrar archivo Open project: SickheadGames/HL2GLSL Class Usage Examples

Public Methods

Method Description
Main ( string args ) : void

Private Methods

Method Description
ParseFile ( String file, HlslAnalyzer analyzer ) : Node
PrintGLSLFile ( Node rootNode, GLSLGenerator gen, string nameToExport ) : void
PrintLogFile ( Node node ) : void
ReadFile ( String file ) : TextReader

Method Details

Main() public static method

public static Main ( string args ) : void
args string
return void