SoCudaContextGetCurrent Method |
Returns the currently bound context (if any) for the current thread.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.Cuda (in OIV.Inventor.Cuda.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic static SoCudaContext GetCurrent()
Public Shared Function GetCurrent As SoCudaContext
public:
static SoCudaContext^ GetCurrent()
static member GetCurrent : unit -> SoCudaContext
Return Value
Type:
SoCudaContextThe current CUDA context.
Remarks
See Also