DK11 for ActiveX | TatukGIS_XDK11.ITGIS_OpenCLPlatformInfo | Interfaces | Methods | Properties
Provides information about an OpenCL platform.
// C# public interface ITGIS_OpenCLPlatformInfo: ITBaseObject { }
' VisualBasic Public Interface ITGIS_OpenCLPlatformInfo Implements ITBaseObject End Class
// Oxygene type ITGIS_OpenCLPlatformInfo = public interface( ITBaseObject ) 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. | |