pub unsafe fn cl_get_program_build_log(
program: cl_program,
device: cl_device_id,
info_flag: cl_program_build_info,
) -> Output<ClPointer<u8>>
Expand description
Low level helper function for clGetProgramBuildInfo.
ยงSafety
If the program or device is in an invalid state this function call is undefined behavior.