mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-21 14:23:32 +00:00
refactor: satisfy missing_docs,clippy::empty_docs
This commit is contained in:
parent
d41b9ab29f
commit
00a32ca2ad
@ -98,34 +98,22 @@ impl std::fmt::Debug for InternalCounter {
|
||||
}
|
||||
|
||||
/// `wgpu-hal`'s internal counters.
|
||||
#[allow(missing_docs)]
|
||||
#[derive(Clone, Default)]
|
||||
pub struct HalCounters {
|
||||
// API objects
|
||||
///
|
||||
pub buffers: InternalCounter,
|
||||
///
|
||||
pub textures: InternalCounter,
|
||||
///
|
||||
pub texture_views: InternalCounter,
|
||||
///
|
||||
pub bind_groups: InternalCounter,
|
||||
///
|
||||
pub bind_group_layouts: InternalCounter,
|
||||
///
|
||||
pub render_pipelines: InternalCounter,
|
||||
///
|
||||
pub compute_pipelines: InternalCounter,
|
||||
///
|
||||
pub pipeline_layouts: InternalCounter,
|
||||
///
|
||||
pub samplers: InternalCounter,
|
||||
///
|
||||
pub command_encoders: InternalCounter,
|
||||
///
|
||||
pub shader_modules: InternalCounter,
|
||||
///
|
||||
pub query_sets: InternalCounter,
|
||||
///
|
||||
pub fences: InternalCounter,
|
||||
|
||||
// Resources
|
||||
|
Loading…
Reference in New Issue
Block a user