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]
) -> ImageDrmFormatModifierListCreateInfoEXTBuilder<'a>
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.
Trait Implementations§
source§impl<'a> Deref for ImageDrmFormatModifierListCreateInfoEXTBuilder<'a>
impl<'a> Deref for ImageDrmFormatModifierListCreateInfoEXTBuilder<'a>
§type Target = ImageDrmFormatModifierListCreateInfoEXT
type Target = ImageDrmFormatModifierListCreateInfoEXT
The resulting type after dereferencing.