Searched refs:ExtDebugUtilsFn (Results 1 – 3 of 3) sorted by relevance
10 fp: vk::ExtDebugUtilsFn,16 let fp = vk::ExtDebugUtilsFn::load(|name| unsafe { in new()161 vk::ExtDebugUtilsFn::name() in name()165 pub fn fp(&self) -> &vk::ExtDebugUtilsFn { in fp() argument
63 pub ext_debug_utils: ash::vk::ExtDebugUtilsFn,127 ext_debug_utils: ash::vk::ExtDebugUtilsFn::load(&mut load_fn), in load()
7708 impl ExtDebugUtilsFn { implementation7766 pub struct ExtDebugUtilsFn { struct7779 unsafe impl Send for ExtDebugUtilsFn {} argument7780 unsafe impl Sync for ExtDebugUtilsFn {} implementation7781 impl ExtDebugUtilsFn { impl