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