clGetGLContextInfoKHR_t

Type Alias clGetGLContextInfoKHR_t 

Source
pub type clGetGLContextInfoKHR_t = Option<unsafe extern "C" fn(properties: *const cl_context_properties, param_name: cl_gl_context_info, param_value_size: size_t, param_value: *mut c_void, param_value_size_ret: *mut size_t) -> cl_int>;

Aliased Type§

pub enum clGetGLContextInfoKHR_t {
    None,
    Some(unsafe extern "C" fn(*const isize, u32, usize, *mut c_void, *mut usize) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const isize, u32, usize, *mut c_void, *mut usize) -> i32)

Some value of type T.