Click or drag to resize

ComputeProgramManagerGetProgram Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static Program GetProgram(
	string namePrefix,
	string sourceFile,
	ICollection<()> defines,
	bool optimize
)

Parameters

namePrefix
Type: SystemString
sourceFile
Type: SystemString
defines
Type: System.Collections.GenericICollectionValueTupleT1, T2
optimize
Type: SystemBoolean

Return Value

Type: Program
See Also