C# Class Axiom.Scripting.Compiler.CreateHighLevelGpuProgramScriptCompilerEvent

Inheritance: ScriptCompilerEvent
Show file Open project: WolfgangSt/axiom Class Usage Examples

Public Properties

Property Type Description
File string
Language string
Name string
ProgramType GpuProgramType
ResourceGroup string
Source string

Public Methods

Method Description
CreateHighLevelGpuProgramScriptCompilerEvent ( string file, string name, string resGroup, string source, string language, GpuProgramType prgType ) : System.Collections.Generic

Method Details

CreateHighLevelGpuProgramScriptCompilerEvent() public method

public CreateHighLevelGpuProgramScriptCompilerEvent ( string file, string name, string resGroup, string source, string language, GpuProgramType prgType ) : System.Collections.Generic
file string
name string
resGroup string
source string
language string
prgType GpuProgramType
return System.Collections.Generic

Property Details

File public property

public string File
return string

Language public property

public string Language
return string

Name public property

public string Name
return string

ProgramType public property

public GpuProgramType ProgramType
return GpuProgramType

ResourceGroup public property

public string ResourceGroup
return string

Source public property

public string Source
return string