Home
last modified time | relevance | path

Searched refs:ExtDebugUtilsFn (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/extensions/ext/
Ddebug_utils.rs10 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
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dfns.rs63 pub ext_debug_utils: ash::vk::ExtDebugUtilsFn,
127 ext_debug_utils: ash::vk::ExtDebugUtilsFn::load(&mut load_fn), in load()
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Dextensions.rs7708 impl ExtDebugUtilsFn { implementation
7766 pub struct ExtDebugUtilsFn { struct
7779 unsafe impl Send for ExtDebugUtilsFn {} argument
7780 unsafe impl Sync for ExtDebugUtilsFn {} implementation
7781 impl ExtDebugUtilsFn { impl