pub struct SubpassResolvePerformanceQueryEXTBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> SubpassResolvePerformanceQueryEXTBuilder<'a>
impl<'a> SubpassResolvePerformanceQueryEXTBuilder<'a>
pub fn optimal( self, optimal: bool ) -> SubpassResolvePerformanceQueryEXTBuilder<'a>
sourcepub fn build(self) -> SubpassResolvePerformanceQueryEXT
pub fn build(self) -> SubpassResolvePerformanceQueryEXT
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.
Trait Implementations§
source§impl<'a> Deref for SubpassResolvePerformanceQueryEXTBuilder<'a>
impl<'a> Deref for SubpassResolvePerformanceQueryEXTBuilder<'a>
§type Target = SubpassResolvePerformanceQueryEXT
type Target = SubpassResolvePerformanceQueryEXT
The resulting type after dereferencing.