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