Struct ash::vk::ValidationFeaturesEXTBuilder [−][src]
#[repr(transparent)]pub struct ValidationFeaturesEXTBuilder<'a> { /* fields omitted */ }
Implementations
pub fn enabled_validation_features(
self,
enabled_validation_features: &'a [ValidationFeatureEnableEXT]
) -> ValidationFeaturesEXTBuilder<'a>
pub fn disabled_validation_features(
self,
disabled_validation_features: &'a [ValidationFeatureDisableEXT]
) -> ValidationFeaturesEXTBuilder<'a>
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 = ValidationFeaturesEXT>
Trait Implementations
type Target = ValidationFeaturesEXT
type Target = ValidationFeaturesEXT
The resulting type after dereferencing.