#[repr(transparent)]pub struct PhysicalDeviceGlobalPriorityQueryFeaturesKHRBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceGlobalPriorityQueryFeaturesKHRBuilder<'a>
impl<'a> PhysicalDeviceGlobalPriorityQueryFeaturesKHRBuilder<'a>
pub fn global_priority_query(self, global_priority_query: bool) -> Self
sourcepub fn build(self) -> PhysicalDeviceGlobalPriorityQueryFeaturesKHR
pub fn build(self) -> PhysicalDeviceGlobalPriorityQueryFeaturesKHR
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.