Home
last modified time | relevance | path

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

/external/rust/crates/vulkano/out/
Dautogen.rs4360 robust_image_access => {
4364 ffi_name: robust_image_access,
/external/rust/crates/ash/src/vk/
Ddefinitions.rs42869 pub robust_image_access: Bool32, field
42876 robust_image_access: Bool32::default(), in default()
42909 pub fn robust_image_access(mut self, robust_image_access: bool) -> Self { in robust_image_access() method
42910 self.inner.robust_image_access = robust_image_access.into(); in robust_image_access()