Home
last modified time | relevance | path

Searched defs:DedicatedAllocationImageCreateInfoNVBuilder (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs13000 pub struct DedicatedAllocationImageCreateInfoNVBuilder<'a> { struct
13004 unsafe impl ExtendsImageCreateInfo for DedicatedAllocationImageCreateInfoNVBuilder<'_> {} argument
13006 impl<'a> ::std::ops::Deref for DedicatedAllocationImageCreateInfoNVBuilder<'a> { implementation
13012 impl<'a> ::std::ops::DerefMut for DedicatedAllocationImageCreateInfoNVBuilder<'a> { implementation
13017 impl<'a> DedicatedAllocationImageCreateInfoNVBuilder<'a> { impl