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


