You are here: Start » AVL.NET » AVS.AvsFilter_InitGPUProcessing Method

AVS.AvsFilter_InitGPUProcessing Method

Initializes GPU OpenCL processing.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_InitGPUProcessing
(
	AvlNet.InitGPUProcessingState ioState,
	NullableRef<string> inPlatformName,
	NullableRef<string> inDeviceName,
	INullable<string> diagDeviceInfo
)

Parameters

Name Type Range Default Description
ioStateAvlNet.InitGPUProcessingState
inPlatformNameAvlNet.NullableRef<string>Name or fragment of a name of OpenCL provider platform. Default value: atl::NIL.
inDeviceNameAvlNet.NullableRef<string>Name or fragment of a name of OpenCL device. Default value: atl::NIL.
diagDeviceInfoAvlNet.INullable<string>Provides human readable diagnostic information about OpenCL device selected for processing. Can be null to skip this parameter calculation.

See also