SoCudaApiSetParameter Method (SoCudaHandle, Byte) |
This function adds an unsigned 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,
byte value
)
Public Shared Function SetParameter (
handle As SoCudaHandle,
value As Byte
) As SoCudaSoCudaErrors
public:
static SoCudaSoCudaErrors SetParameter(
SoCudaHandle^ handle,
unsigned char value
)
static member SetParameter :
handle : SoCudaHandle *
value : byte -> SoCudaSoCudaErrors
Parameters
- handle
- Type: OIV.Inventor.CudaSoCudaHandle
The function CUDA handle.
- value
- Type: SystemByte
The value to add to the parameters stack.
Return Value
Type:
SoCudaSoCudaErrorsOperation result error code.
Remarks
See Also