pub unsafe fn cl_get_program_info<T: Copy>(
program: cl_program,
flag: cl_program_info,
) -> Output<ClPointer<T>>
Expand description
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.