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