You are here: Start » FIL.NET » FIS.FisFilter_InitGPUProcessing Method

FIS.FisFilter_InitGPUProcessing Method

Initializes GPU OpenCL processing.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

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

See also