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

fn write_timestamp(&mut self, query_set: &QuerySet, query_index: u32)[src]

fn push_debug_group(&mut self, label: &str)[src]

fn pop_debug_group(&mut self)[src]

Loading content...

Implementations on Foreign Types

impl ProfilerCommandRecorder for CommandEncoder[src]

impl<'a> ProfilerCommandRecorder for RenderPass<'a>[src]

impl<'a> ProfilerCommandRecorder for ComputePass<'a>[src]

Loading content...

Implementors

Loading content...