Click or drag to resize
SoCudaApiLaunch Method

Launch the specified kernel function.

Namespace: OIV.Inventor.Cuda
Assembly: OIV.Inventor.Cuda (in OIV.Inventor.Cuda.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public static SoCudaSoCudaErrors Launch(
	SoCudaHandle handle,
	int gridWidth,
	int gridHeight
)

Parameters

handle
Type: OIV.Inventor.CudaSoCudaHandle

The handle of the function to launch.

gridWidth
Type: SystemInt32

The grid width.

gridHeight
Type: SystemInt32

The grid height.

Return Value

Type: SoCudaSoCudaErrors

Operation result error code.

Remarks

See Also