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 | |
---|---|---|---|---|---|
ioState | FilNet.InitGPUProcessingState | ||||
![]() | inPlatformName | FilNet.NullableRef<string> | Name or fragment of a name of OpenCL provider platform. Default value: ftl::NIL. | ||
![]() | inDeviceName | FilNet.NullableRef<string> | Name or fragment of a name of OpenCL device. Default value: ftl::NIL. | ||
![]() | diagDeviceInfo | FilNet.INullable<string> | Provides human readable diagnostic information about OpenCL device selected for processing. Can be null to skip this parameter calculation. |