[][src]Module open_cl_low_level::program

Enums

ProgramError

An error related to Program.

Constants

DEVICE_LIST_CANNOT_BE_EMPTY

Traits

ProgramPtr

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

Type Definitions

ClProgram