Function opencl3::program::unload_platform_compiler[][src]

pub fn unload_platform_compiler(platform: *mut c_void) -> Result<(), i32>
Expand description

Release the resources allocated by the OpenCL compiler for platform.
Calls clUnloadPlatformCompiler.

  • platform - the platform.

returns an empty Result or the error code from the OpenCL C API function.