Struct ash::vk::ValidationFeaturesEXTBuilder
source · #[repr(transparent)]pub struct ValidationFeaturesEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> ValidationFeaturesEXTBuilder<'a>
impl<'a> ValidationFeaturesEXTBuilder<'a>
pub fn enabled_validation_features( self, enabled_validation_features: &'a [ValidationFeatureEnableEXT] ) -> Self
pub fn disabled_validation_features( self, disabled_validation_features: &'a [ValidationFeatureDisableEXT] ) -> Self
sourcepub fn build(self) -> ValidationFeaturesEXT
pub fn build(self) -> ValidationFeaturesEXT
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.