Click or drag to resize
SoCudaApiSetParameter Method (SoCudaHandle, UInt16)

This function adds an unsigned short parameter to the list of parameters sent to the kernel by launch 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 SetParameter(
	SoCudaHandle handle,
	ushort value
)

Parameters

handle
Type: OIV.Inventor.CudaSoCudaHandle

The function CUDA handle.

value
Type: SystemUInt16

The value to add to the parameters stack.

Return Value

Type: SoCudaSoCudaErrors

Operation result error code.

Remarks

See Also