Trait wgpu_profiler::ProfilerCommandRecorder[][src]

pub trait ProfilerCommandRecorder {
    fn write_timestamp(&mut self, query_set: &QuerySet, query_index: u32);
fn push_debug_group(&mut self, label: &str);
fn pop_debug_group(&mut self); }

Required methods

Implementations on Foreign Types

Implementors