Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/ash/src/extensions/ext/
Ddebug_report.rs11 fp: vk::ExtDebugReportFn,
17 let fp = vk::ExtDebugReportFn::load(|name| unsafe { in new()
56 vk::ExtDebugReportFn::name() in name()
60 pub fn fp(&self) -> &vk::ExtDebugReportFn { in fp() argument
/external/rust/android-crates-io/crates/vulkano/out/
Dfns.rs62 pub ext_debug_report: ash::vk::ExtDebugReportFn,
126 ext_debug_report: ash::vk::ExtDebugReportFn::load(&mut load_fn), in load()
/external/rust/android-crates-io/crates/ash/src/vk/
Dextensions.rs1337 impl ExtDebugReportFn { impl
1369 pub struct ExtDebugReportFn { struct
1374 unsafe impl Send for ExtDebugReportFn {} argument
1375 unsafe impl Sync for ExtDebugReportFn {} implementation
1376 impl ExtDebugReportFn { impl