clRemapCommandBufferKHR_fn

Type Alias clRemapCommandBufferKHR_fn 

Source
pub type clRemapCommandBufferKHR_fn = clRemapCommandBufferKHR_t;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.