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