Home
last modified time | relevance | path

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

/external/rust/crates/ash/src/vk/
Ddefinitions.rs34849 pub struct FramebufferAttachmentsCreateInfoBuilder<'a> { struct
34853 unsafe impl ExtendsFramebufferCreateInfo for FramebufferAttachmentsCreateInfoBuilder<'_> {} argument
34855 impl<'a> ::std::ops::Deref for FramebufferAttachmentsCreateInfoBuilder<'a> { implementation
34861 impl<'a> ::std::ops::DerefMut for FramebufferAttachmentsCreateInfoBuilder<'a> { implementation
34866 impl<'a> FramebufferAttachmentsCreateInfoBuilder<'a> { impl