#[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>
Start building this struct; s_type is already set to the correct variant.
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 moreSource§impl Default for SubpassResolvePerformanceQueryEXT
impl Default for SubpassResolvePerformanceQueryEXT
Source§fn default() -> SubpassResolvePerformanceQueryEXT
fn default() -> SubpassResolvePerformanceQueryEXT
Returns the “default value” for a type. Read more
impl 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