C# 클래스 Axiom.Scripting.Compiler.CreateHighLevelGpuProgramScriptCompilerEvent

상속: ScriptCompilerEvent
파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
File string
Language string
Name string
ProgramType GpuProgramType
ResourceGroup string
Source string

공개 메소드들

메소드 설명
CreateHighLevelGpuProgramScriptCompilerEvent ( string file, string name, string resGroup, string source, string language, GpuProgramType prgType ) : System.Collections.Generic

메소드 상세

CreateHighLevelGpuProgramScriptCompilerEvent() 공개 메소드

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
리턴 System.Collections.Generic

프로퍼티 상세

File 공개적으로 프로퍼티

public string File
리턴 string

Language 공개적으로 프로퍼티

public string Language
리턴 string

Name 공개적으로 프로퍼티

public string Name
리턴 string

ProgramType 공개적으로 프로퍼티

public GpuProgramType ProgramType
리턴 GpuProgramType

ResourceGroup 공개적으로 프로퍼티

public string ResourceGroup
리턴 string

Source 공개적으로 프로퍼티

public string Source
리턴 string