#[repr(C)]pub struct SubpassResolvePerformanceQueryEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub optimal: u32,
}Expand description
VkSubpassResolvePerformanceQueryEXT
Provided by VK_EXT_multisampled_render_to_single_sampled.
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_SUBPASS_RESOLVE_PERFORMANCE_QUERY_EXT.
p_next: *mut c_voidOptional, may be null.
optimal: u32Implementations§
Source§impl SubpassResolvePerformanceQueryEXT
impl SubpassResolvePerformanceQueryEXT
Sourcepub fn builder<'a>() -> SubpassResolvePerformanceQueryEXTBuilder<'a>
pub fn builder<'a>() -> SubpassResolvePerformanceQueryEXTBuilder<'a>
Returns a builder for this struct with sType pre-filled.
Trait Implementations§
Source§impl Clone for SubpassResolvePerformanceQueryEXT
impl Clone for SubpassResolvePerformanceQueryEXT
Source§fn clone(&self) -> SubpassResolvePerformanceQueryEXT
fn clone(&self) -> SubpassResolvePerformanceQueryEXT
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SubpassResolvePerformanceQueryEXT
impl ExtendsFormatProperties2 for SubpassResolvePerformanceQueryEXT
Auto Trait Implementations§
impl Freeze for SubpassResolvePerformanceQueryEXT
impl RefUnwindSafe for SubpassResolvePerformanceQueryEXT
impl !Send for SubpassResolvePerformanceQueryEXT
impl !Sync for SubpassResolvePerformanceQueryEXT
impl Unpin for SubpassResolvePerformanceQueryEXT
impl UnsafeUnpin for SubpassResolvePerformanceQueryEXT
impl UnwindSafe for SubpassResolvePerformanceQueryEXT
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more