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