[][src]Function open_cl_low_level::program::cl_get_program_info

pub unsafe fn cl_get_program_info<T: Copy>(
    program: cl_program,
    flag: cl_program_info
) -> Output<ClPointer<T>>

Low level helper function for the FFI call to clGetProgramInfo

Safety

Calling this function with a cl_program that is not in a valid state is undefined behavior.