C# Class Axiom.Scripting.Compiler.CreateGpuProgramScriptCompilerEvent

Inheritance: ScriptCompilerEvent
Datei anzeigen Open project: WolfgangSt/axiom Class Usage Examples

Public Properties

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

Public Methods

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

Method Details

CreateGpuProgramScriptCompilerEvent() public method

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

Property Details

File public_oe property

public string File
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

Syntax public_oe property

public string Syntax
return string