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