SoOpenCLContextGetCurrent Method |
Returns the currently bound context (if any) for the current thread.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.OpenCL (in OIV.Inventor.OpenCL.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static SoOpenCLContext GetCurrent()
Public Shared Function GetCurrent As SoOpenCLContext
public:
static SoOpenCLContext^ GetCurrent()
static member GetCurrent : unit -> SoOpenCLContext
Return Value
Type:
SoOpenCLContextThe current OpenCL context.
Remarks
See Also