File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
doc/src/wgpu_core/command Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 18061806 < span class ="kw "> let </ span > pass_scope = PassErrorScope::Pass;
18071807 < span class ="macro "> profiling::scope!</ span > (
18081808 < span class ="string "> "CommandEncoder::run_compute_pass {}"</ span > ,
1809- base.label.as_deref().unwrap_or(< span class ="string "> ""</ span > )
1809+ pass. base.label.as_deref().unwrap_or(< span class ="string "> ""</ span > )
18101810 );
18111811
18121812 < span class ="kw "> let </ span > cmd_buf = pass.parent.take().ok_or(EncoderStateError::Ended)< span class ="question-mark "> ?</ span > ;
Original file line number Diff line number Diff line change 54045404 < span class ="kw "> let </ span > pass_scope = PassErrorScope::Pass;
54055405 < span class ="macro "> profiling::scope!</ span > (
54065406 < span class ="string "> "CommandEncoder::run_render_pass {}"</ span > ,
5407- base.label.as_deref().unwrap_or(< span class ="string "> ""</ span > )
5407+ pass. base.label.as_deref().unwrap_or(< span class ="string "> ""</ span > )
54085408 );
54095409
54105410 < span class ="kw "> let </ span > cmd_buf = pass.parent.take().ok_or(EncoderStateError::Ended)< span class ="question-mark "> ?</ span > ;
You can’t perform that action at this time.
0 commit comments