:: com :: sun :: star :: sheet :: opencl ::

struct OpenCLDevice

Elements' Summary
Name  
Vendor * The vendor of the device as returned by OpenCL  
Driver * The driver version as returned by OpenCL  
Elements' Details
Name
string Name;
Vendor
string Vendor;
Description
* The vendor of the device as returned by OpenCL
Driver
string Driver;
Description
* The driver version as returned by OpenCL
Top of Page