Skip to content
Roman Arzumanyan edited this page Mar 18, 2015 · 2 revisions

scow_Device

This structure represents OpenCL Device. It's created by calling Make_Device() function:
scow_Device *device = Make_Device(Pick_Device_By_Type(CL_DEVICE_TYPE_GPU));

As all SCOW structures, it's deleted by calling Destroy() function: device->Destroy(device);

Clone this wiki locally