Struct ash::vk::ImagePlaneMemoryRequirementsInfoBuilder  
source · #[repr(transparent)]pub struct ImagePlaneMemoryRequirementsInfoBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> ImagePlaneMemoryRequirementsInfoBuilder<'a>
 
impl<'a> ImagePlaneMemoryRequirementsInfoBuilder<'a>
pub fn plane_aspect(self, plane_aspect: ImageAspectFlags) -> Self
sourcepub fn build(self) -> ImagePlaneMemoryRequirementsInfo
 
pub fn build(self) -> ImagePlaneMemoryRequirementsInfo
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.