Enums§
- Program
Error - An error related to Program.
Constants§
Traits§
- Program
Ptr - ProgramPtr is the trait to access a cl_program for wrappers of that cl_program.
Functions§
- cl_
build_ ⚠program - A low-level helper function for calling the OpenCL FFI function clBuildProgram.
- cl_
create_ ⚠program_ with_ binary - Low level helper function for calling the OpenCL FFI function clCreateProgramWithBinary.
- cl_
create_ ⚠program_ with_ source - Low level helper function for calling the OpenCL FFI function clCreateProgramWithSource.
- cl_
get_ ⚠program_ build_ log - Low level helper function for clGetProgramBuildInfo.
- cl_
get_ ⚠program_ info - Low level helper function for the FFI call to clGetProgramInfo