Launch the specified kernel 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 Launch(
SoCudaHandle handle,
int gridWidth,
int gridHeight
)
Public Shared Function Launch (
handle As SoCudaHandle,
gridWidth As Integer,
gridHeight As Integer
) As SoCudaSoCudaErrors
public:
static SoCudaSoCudaErrors Launch(
SoCudaHandle^ handle,
int gridWidth,
int gridHeight
)
static member Launch :
handle : SoCudaHandle *
gridWidth : int *
gridHeight : int -> SoCudaSoCudaErrors
Parameters
- handle
- Type: OIV.Inventor.CudaSoCudaHandle
The handle of the function to launch.
- gridWidth
- Type: SystemInt32
The grid width.
- gridHeight
- Type: SystemInt32
The grid height.
Return Value
Type:
SoCudaSoCudaErrorsOperation result error code.
Remarks
See Also