Struct ash::vk::ImageFormatConstraintsInfoFUCHSIABuilder
source · #[repr(transparent)]pub struct ImageFormatConstraintsInfoFUCHSIABuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> ImageFormatConstraintsInfoFUCHSIABuilder<'a>
impl<'a> ImageFormatConstraintsInfoFUCHSIABuilder<'a>
pub fn image_create_info(self, image_create_info: ImageCreateInfo) -> Self
pub fn required_format_features( self, required_format_features: FormatFeatureFlags ) -> Self
pub fn flags(self, flags: ImageFormatConstraintsFlagsFUCHSIA) -> Self
pub fn sysmem_pixel_format(self, sysmem_pixel_format: u64) -> Self
pub fn color_spaces(self, color_spaces: &'a [SysmemColorSpaceFUCHSIA]) -> Self
sourcepub fn build(self) -> ImageFormatConstraintsInfoFUCHSIA
pub fn build(self) -> ImageFormatConstraintsInfoFUCHSIA
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.