C# Class Axiom.Scripting.Compiler.CreateHighLevelGpuProgramScriptCompilerEvent

Inheritance: ScriptCompilerEvent
Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Méthodes publiques

Свойство Type Description
File string
Language string
Name string
ProgramType GpuProgramType
ResourceGroup string
Source string

Méthodes publiques

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

Method Details

CreateHighLevelGpuProgramScriptCompilerEvent() public méthode

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
Résultat System.Collections.Generic

Property Details

File public_oe property

public string File
Résultat string

Language public_oe property

public string Language
Résultat string

Name public_oe property

public string Name
Résultat string

ProgramType public_oe property

public GpuProgramType ProgramType
Résultat GpuProgramType

ResourceGroup public_oe property

public string ResourceGroup
Résultat string

Source public_oe property

public string Source
Résultat string