Struct ash::vk::ImageViewASTCDecodeModeEXTBuilder [−][src]
#[repr(transparent)]pub struct ImageViewASTCDecodeModeEXTBuilder<'a> { /* fields omitted */ }
Implementations
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.
Methods from Deref<Target = ImageViewASTCDecodeModeEXT>
Trait Implementations
type Target = ImageViewASTCDecodeModeEXT
type Target = ImageViewASTCDecodeModeEXT
The resulting type after dereferencing.