DK11 for ActiveX | TatukGIS_XDK11.TGIS_OpenCLPlatformInfo | Classes | Methods | Properties
Provides information about an OpenCL platform.
Available also on: Delphi.
// C# public class TGIS_OpenCLPlatformInfo : ITGIS_OpenCLPlatformInfo { }
' VisualBasic Public Class TGIS_OpenCLPlatformInfo Implements ITGIS_OpenCLPlatformInfo End Class
// Oxygene type TGIS_OpenCLPlatformInfo = public class end;
Name | Visibility | Description | |
---|---|---|---|
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
Name | Visibility | Description | |
---|---|---|---|
DeviceCount | public | Number of devices on the platform. | |
Devices | public | List of devices on the platform. | |
ExtensionCount | public | Number of supported OpenCL extensions. | |
Extensions | public | List of supported OpenCL extensions. | |
Name | public | Platform name. | |
Profile | public | Platform profile. | |
Vendor | public | Platform vendor. | |
Version | public | Platform version. | |