Struct ash::vk::DrmFormatModifierPropertiesEXTBuilder
source · #[repr(transparent)]pub struct DrmFormatModifierPropertiesEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> DrmFormatModifierPropertiesEXTBuilder<'a>
impl<'a> DrmFormatModifierPropertiesEXTBuilder<'a>
pub fn drm_format_modifier(self, drm_format_modifier: u64) -> Self
pub fn drm_format_modifier_plane_count( self, drm_format_modifier_plane_count: u32 ) -> Self
pub fn drm_format_modifier_tiling_features( self, drm_format_modifier_tiling_features: FormatFeatureFlags ) -> Self
sourcepub fn build(self) -> DrmFormatModifierPropertiesEXT
pub fn build(self) -> DrmFormatModifierPropertiesEXT
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.