SoCudaApiSetParameter Method (SoCudaHandle, SByte) |
This function adds a char parameter to the list of parameters sent to the kernel by launch function.
Namespace: OIV.Inventor.CudaAssembly: OIV.Inventor.Cuda (in OIV.Inventor.Cuda.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic static SoCudaSoCudaErrors SetParameter(
SoCudaHandle handle,
sbyte value
)
Public Shared Function SetParameter (
handle As SoCudaHandle,
value As SByte
) As SoCudaSoCudaErrors
public:
static SoCudaSoCudaErrors SetParameter(
SoCudaHandle^ handle,
signed char value
)
static member SetParameter :
handle : SoCudaHandle *
value : sbyte -> SoCudaSoCudaErrors
Parameters
- handle
- Type: OIV.Inventor.CudaSoCudaHandle
The function CUDA handle.
- value
- Type: SystemSByte
The value to add to the parameters stack.
Return Value
Type:
SoCudaSoCudaErrorsOperation result error code.
Remarks
See Also