#[repr(transparent)]pub struct ImageDrmFormatModifierListCreateInfoEXTBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> ImageDrmFormatModifierListCreateInfoEXTBuilder<'a>
 
impl<'a> ImageDrmFormatModifierListCreateInfoEXTBuilder<'a>
pub fn drm_format_modifiers(self, drm_format_modifiers: &'a [u64]) -> Self
sourcepub fn build(self) -> ImageDrmFormatModifierListCreateInfoEXT
 
pub fn build(self) -> ImageDrmFormatModifierListCreateInfoEXT
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.