Struct ash::vk::PerformanceOverrideInfoINTELBuilder
source · #[repr(transparent)]pub struct PerformanceOverrideInfoINTELBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PerformanceOverrideInfoINTELBuilder<'a>
impl<'a> PerformanceOverrideInfoINTELBuilder<'a>
pub fn ty(self, ty: PerformanceOverrideTypeINTEL) -> Self
pub fn enable(self, enable: bool) -> Self
pub fn parameter(self, parameter: u64) -> Self
sourcepub fn build(self) -> PerformanceOverrideInfoINTEL
pub fn build(self) -> PerformanceOverrideInfoINTEL
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.