Struct meshopt::ffi::meshopt_OverdrawStatistics [−][src]
#[repr(C)]pub struct meshopt_OverdrawStatistics { pub pixels_covered: c_uint, pub pixels_shaded: c_uint, pub overdraw: f32, }
Fields
pixels_covered: c_uint
pixels_shaded: c_uint
overdraw: f32
Trait Implementations
impl Clone for meshopt_OverdrawStatistics
[src]
impl Clone for meshopt_OverdrawStatistics
[src]fn clone(&self) -> meshopt_OverdrawStatistics
[src][−]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src][−]
impl Debug for meshopt_OverdrawStatistics
[src]
impl Debug for meshopt_OverdrawStatistics
[src]