File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3293,7 +3293,7 @@ impl<'a> RenderPass<'a> {
3293
3293
/// Dispatches multiple draw calls from the active vertex buffer(s) based on the contents of the `indirect_buffer`.
3294
3294
/// The count buffer is read to determine how many draws to issue.
3295
3295
///
3296
- /// The indirect buffer must be long enough to account for `max_count` draws, however only `count` will
3296
+ /// The indirect buffer must be long enough to account for `max_count` draws, however only `count`
3297
3297
/// draws will be read. If `count` is greater than `max_count`, `max_count` will be used.
3298
3298
///
3299
3299
/// The active vertex buffers can be set with [`RenderPass::set_vertex_buffer`].
@@ -3335,7 +3335,7 @@ impl<'a> RenderPass<'a> {
3335
3335
/// Dispatches multiple draw calls from the active index buffer and the active vertex buffers,
3336
3336
/// based on the contents of the `indirect_buffer`. The count buffer is read to determine how many draws to issue.
3337
3337
///
3338
- /// The indirect buffer must be long enough to account for `max_count` draws, however only `count` will
3338
+ /// The indirect buffer must be long enough to account for `max_count` draws, however only `count`
3339
3339
/// draws will be read. If `count` is greater than `max_count`, `max_count` will be used.
3340
3340
///
3341
3341
/// The active index buffer can be set with [`RenderPass::set_index_buffer`], while the active
You can’t perform that action at this time.
0 commit comments