Struct ash::vk::PerformanceValueINTELBuilder
source · #[repr(transparent)]pub struct PerformanceValueINTELBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PerformanceValueINTELBuilder<'a>
impl<'a> PerformanceValueINTELBuilder<'a>
pub fn ty(self, ty: PerformanceValueTypeINTEL) -> Self
pub fn data(self, data: PerformanceValueDataINTEL) -> Self
sourcepub fn build(self) -> PerformanceValueINTEL
pub fn build(self) -> PerformanceValueINTEL
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.