Searched refs:ExtDebugReportFn (Results 1 – 3 of 3) sorted by relevance
11 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
62 pub ext_debug_report: ash::vk::ExtDebugReportFn,126 ext_debug_report: ash::vk::ExtDebugReportFn::load(&mut load_fn), in load()
1337 impl ExtDebugReportFn { impl1369 pub struct ExtDebugReportFn { struct1374 unsafe impl Send for ExtDebugReportFn {} argument1375 unsafe impl Sync for ExtDebugReportFn {} implementation1376 impl ExtDebugReportFn { impl