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,
	INullable<string> diagDeviceInfo
)

Parameters

Name Type Range Default Description
ioStateAvlNet.InitGPUProcessingState
diagDeviceInfoAvlNet.INullable<string>Provides human readable diagnostic information about OpenCL device selected for processing. Can be null to skip this parameter calculation.

Function Overrides

See also