C# Class Axiom.Scripting.Compiler.CreateHighLevelGpuProgramScriptCompilerEvent

Inheritance: ScriptCompilerEvent
Datei anzeigen 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_oe property

public string File
return string

Language public_oe property

public string Language
return string

Name public_oe property

public string Name
return string

ProgramType public_oe property

public GpuProgramType ProgramType
return GpuProgramType

ResourceGroup public_oe property

public string ResourceGroup
return string

Source public_oe property

public string Source
return string