SoOpenCLDeviceGetComputingVersion Method |
Returns the version of OpenCL supported by this device.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.OpenCL (in OIV.Inventor.OpenCL.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic float GetComputingVersion()
Public Function GetComputingVersion As Single
public:
float GetComputingVersion()
member GetComputingVersion : unit -> float32
Return Value
Type:
SingleThe supported OpenCL version.
Remarks
See Also