Struct ash::vk::DrmFormatModifierProperties2EXTBuilder  
source · #[repr(transparent)]pub struct DrmFormatModifierProperties2EXTBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> DrmFormatModifierProperties2EXTBuilder<'a>
 
impl<'a> DrmFormatModifierProperties2EXTBuilder<'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: FormatFeatureFlags2 ) -> Self
sourcepub fn build(self) -> DrmFormatModifierProperties2EXT
 
pub fn build(self) -> DrmFormatModifierProperties2EXT
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.