Struct ash::vk::ExtensionPropertiesBuilder
source · #[repr(transparent)]pub struct ExtensionPropertiesBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> ExtensionPropertiesBuilder<'a>
impl<'a> ExtensionPropertiesBuilder<'a>
pub fn extension_name(self, extension_name: [c_char; 256]) -> Self
pub fn spec_version(self, spec_version: u32) -> Self
sourcepub fn build(self) -> ExtensionProperties
pub fn build(self) -> ExtensionProperties
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.