Struct ash::vk::InitializePerformanceApiInfoINTELBuilder
source · #[repr(transparent)]pub struct InitializePerformanceApiInfoINTELBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> InitializePerformanceApiInfoINTELBuilder<'a>
impl<'a> InitializePerformanceApiInfoINTELBuilder<'a>
pub fn user_data(self, user_data: *mut c_void) -> Self
sourcepub fn build(self) -> InitializePerformanceApiInfoINTEL
pub fn build(self) -> InitializePerformanceApiInfoINTEL
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.