#[repr(transparent)]pub struct PhysicalDeviceASTCDecodeFeaturesEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceASTCDecodeFeaturesEXTBuilder<'a>
impl<'a> PhysicalDeviceASTCDecodeFeaturesEXTBuilder<'a>
sourcepub fn build(self) -> PhysicalDeviceASTCDecodeFeaturesEXT
pub fn build(self) -> PhysicalDeviceASTCDecodeFeaturesEXT
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.