#[repr(C)]pub struct tm_renderer_statistics_t {
pub non_indexed_draws: u64,
pub indexed_draws: u64,
pub non_indexed_indirect_draws: u64,
pub indexed_indirect_draws: u64,
pub compute_dispatches: u64,
pub compute_indirect_dispatches: u64,
pub primitive_count: u64,
pub pipeline_binds: u64,
pub resource_barriers: u64,
pub render_pass_binds: u64,
}Fields§
§non_indexed_draws: u64§indexed_draws: u64§non_indexed_indirect_draws: u64§indexed_indirect_draws: u64§compute_dispatches: u64§compute_indirect_dispatches: u64§primitive_count: u64§pipeline_binds: u64§resource_barriers: u64§render_pass_binds: u64Trait Implementations§
Source§impl Clone for tm_renderer_statistics_t
impl Clone for tm_renderer_statistics_t
Source§fn clone(&self) -> tm_renderer_statistics_t
fn clone(&self) -> tm_renderer_statistics_t
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 tm_renderer_statistics_t
Auto Trait Implementations§
impl Freeze for tm_renderer_statistics_t
impl RefUnwindSafe for tm_renderer_statistics_t
impl Send for tm_renderer_statistics_t
impl Sync for tm_renderer_statistics_t
impl Unpin for tm_renderer_statistics_t
impl UnwindSafe for tm_renderer_statistics_t
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