Structs§
- Buffer
- A Buffer to be used for sending and receiving data to/from the GPU.
- Device
- OpenCL specific device.
- Kernel
- A kernel that can be executed.
- Program
- Abstraction that contains everything to run an OpenCL kernel on a GPU.
Traits§
- Kernel
Argument - Abstraction for kernel arguments.
Type Aliases§
- cl_
device_ id - The lowest level identifier of an OpenCL device, it changes whenever a device is initialized.