SoOpenCLContext Constructor |
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.OpenCL (in OIV.Inventor.OpenCL.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoOpenCLContext(
SoOpenCLDevice device
)
Public Sub New (
device As SoOpenCLDevice
)
public:
SoOpenCLContext(
SoOpenCLDevice^ device
)
new :
device : SoOpenCLDevice -> SoOpenCLContext
Parameters
- device
- Type: OIV.Inventor.DevicesSoOpenCLDevice
Device on which to create the context.
Remarks
See Also