Struct ash::vk::DeviceImageMemoryRequirementsBuilder
source · #[repr(transparent)]pub struct DeviceImageMemoryRequirementsBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> DeviceImageMemoryRequirementsBuilder<'a>
impl<'a> DeviceImageMemoryRequirementsBuilder<'a>
pub fn create_info(self, create_info: &'a ImageCreateInfo) -> Self
pub fn plane_aspect(self, plane_aspect: ImageAspectFlags) -> Self
sourcepub fn build(self) -> DeviceImageMemoryRequirements
pub fn build(self) -> DeviceImageMemoryRequirements
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.