Home
last modified time | relevance | path

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

/external/rust/crates/vulkano/out/
Dautogen.rs4370 robust_image_access2 => {
4374 ffi_name: robust_image_access2,
/external/rust/crates/ash/src/vk/
Ddefinitions.rs42732 pub robust_image_access2: Bool32, field
42741 robust_image_access2: Bool32::default(), in default()
42779 pub fn robust_image_access2(mut self, robust_image_access2: bool) -> Self { in robust_image_access2() method
42780 self.inner.robust_image_access2 = robust_image_access2.into(); in robust_image_access2()