Skip to content

Commit 56e0608

Browse files
fix comment
Co-authored-by: Alice Cecile <[email protected]>
1 parent 0e8374c commit 56e0608

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/bevy_render/src/render_phase/draw_state.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ impl DrawState {
101101
}
102102

103103
/// A [`RenderPass`], which tracks the current pipeline state to skip redundant operations.
104+
///
104105
/// It is used to set the current [`RenderPipeline`], [`BindGroup`]s and [`Buffer`]s.
105106
/// After all requirements are specified, draw calls can be issued.
106107
pub struct TrackedRenderPass<'a> {

0 commit comments

Comments
 (0)