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