Axiom.Scripting.Compiler.CreateGpuProgramScriptCompilerEvent.CreateGpuProgramScriptCompilerEvent C# (CSharp) Метод

CreateGpuProgramScriptCompilerEvent() публичный Метод

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
Результат System.Collections.Generic
		public CreateGpuProgramScriptCompilerEvent( string file, string name, string resGroup, string source,
			string syntax, GpuProgramType prgType )
			: base( CompilerEventType.CreateGpuProgram )
		{
			File = file;
			Name = name;
			ResourceGroup = resGroup;
			Source = source;
			Syntax = syntax;
			ProgramType = prgType;
		}
	};
CreateGpuProgramScriptCompilerEvent