#[repr(C)]pub struct LatencyTimingsFrameReportNV {Show 16 fields
pub s_type: StructureType,
pub p_next: *mut c_void,
pub present_id: u64,
pub input_sample_time_us: u64,
pub sim_start_time_us: u64,
pub sim_end_time_us: u64,
pub render_submit_start_time_us: u64,
pub render_submit_end_time_us: u64,
pub present_start_time_us: u64,
pub present_end_time_us: u64,
pub driver_start_time_us: u64,
pub driver_end_time_us: u64,
pub os_render_queue_start_time_us: u64,
pub os_render_queue_end_time_us: u64,
pub gpu_render_start_time_us: u64,
pub gpu_render_end_time_us: u64,
}Expand description
VkLatencyTimingsFrameReportNV
Provided by VK_NV_low_latency2.
Returned only*, filled by Vulkan, not constructed by the application.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_LATENCY_TIMINGS_FRAME_REPORT_NV.
p_next: *mut c_voidOptional, may be null.
present_id: u64§input_sample_time_us: u64§sim_start_time_us: u64§sim_end_time_us: u64§render_submit_start_time_us: u64§render_submit_end_time_us: u64§present_start_time_us: u64§present_end_time_us: u64§driver_start_time_us: u64§driver_end_time_us: u64§os_render_queue_start_time_us: u64§os_render_queue_end_time_us: u64§gpu_render_start_time_us: u64§gpu_render_end_time_us: u64Implementations§
Source§impl LatencyTimingsFrameReportNV
impl LatencyTimingsFrameReportNV
Sourcepub fn builder<'a>() -> LatencyTimingsFrameReportNVBuilder<'a>
pub fn builder<'a>() -> LatencyTimingsFrameReportNVBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for LatencyTimingsFrameReportNV
impl Clone for LatencyTimingsFrameReportNV
Source§fn clone(&self) -> LatencyTimingsFrameReportNV
fn clone(&self) -> LatencyTimingsFrameReportNV
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 Debug for LatencyTimingsFrameReportNV
impl Debug for LatencyTimingsFrameReportNV
impl Copy for LatencyTimingsFrameReportNV
Auto Trait Implementations§
impl Freeze for LatencyTimingsFrameReportNV
impl RefUnwindSafe for LatencyTimingsFrameReportNV
impl !Send for LatencyTimingsFrameReportNV
impl !Sync for LatencyTimingsFrameReportNV
impl Unpin for LatencyTimingsFrameReportNV
impl UnsafeUnpin for LatencyTimingsFrameReportNV
impl UnwindSafe for LatencyTimingsFrameReportNV
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