We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56e0608 commit bce5792Copy full SHA for bce5792
crates/bevy_render/src/render_phase/draw_state.rs
@@ -172,7 +172,7 @@ impl<'a> TrackedRenderPass<'a> {
172
/// Subsequent calls to [`draw`] and [`draw_indexed`] on this
173
/// [`RenderPass`] will use `buffer` as one of the source vertex buffers.
174
///
175
- /// The `slot` refers to the index of the matching descriptor in
+ /// The `slot_index` refers to the index of the matching descriptor in
176
/// [`VertexState::buffers`](crate::render_resource::VertexState::buffers).
177
178
/// [`draw`]: TrackedRenderPass::draw
0 commit comments