Home
last modified time | relevance | path

Searched refs:begin_debug_utils_label_unchecked (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/
Ddebug.rs31 unsafe { Ok(self.begin_debug_utils_label_unchecked(label_info)) } in begin_debug_utils_label()
67 pub unsafe fn begin_debug_utils_label_unchecked( in begin_debug_utils_label_unchecked() function
/external/rust/android-crates-io/crates/vulkano/src/device/
Dqueue.rs1112 self.begin_debug_utils_label_unchecked(label_info); in begin_debug_utils_label()
1142 pub unsafe fn begin_debug_utils_label_unchecked(&mut self, label_info: DebugUtilsLabel) { in begin_debug_utils_label_unchecked() method