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