Struct screen_13::prelude::vk::ImageViewASTCDecodeModeEXTBuilder
source · pub struct ImageViewASTCDecodeModeEXTBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> ImageViewASTCDecodeModeEXTBuilder<'a>
impl<'a> ImageViewASTCDecodeModeEXTBuilder<'a>
pub fn decode_mode(
self,
decode_mode: Format
) -> ImageViewASTCDecodeModeEXTBuilder<'a>
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.
Trait Implementations§
source§impl<'a> Deref for ImageViewASTCDecodeModeEXTBuilder<'a>
impl<'a> Deref for ImageViewASTCDecodeModeEXTBuilder<'a>
§type Target = ImageViewASTCDecodeModeEXT
type Target = ImageViewASTCDecodeModeEXT
The resulting type after dereferencing.