Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs22324 pub struct RenderPassInputAttachmentAspectCreateInfoBuilder<'a> { struct
22328 unsafe impl ExtendsRenderPassCreateInfo for RenderPassInputAttachmentAspectCreateInfoBuilder<'_> {} implementation
22330 impl<'a> ::std::ops::Deref for RenderPassInputAttachmentAspectCreateInfoBuilder<'a> { implementation
22336 impl<'a> ::std::ops::DerefMut for RenderPassInputAttachmentAspectCreateInfoBuilder<'a> { implementation
22341 impl<'a> RenderPassInputAttachmentAspectCreateInfoBuilder<'a> { impl