mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
Fix typo in bevy_render/src/batching/gpu_preprocessing.rs
(#13141)
# Objective Fix typo in `bevy_render/src/batching/gpu_preprocessing.rs` https://github.com/bevyengine/bevy/issues/13135
This commit is contained in:
parent
dae9e5407e
commit
6c57a16b5e
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ pub struct IndirectParameters {
|
|||
pub first_vertex: u32,
|
||||
|
||||
/// For `ArrayIndirectParameters`, `first_instance`; for
|
||||
/// `ElementIndirectParameters`, `base_vertex`.`
|
||||
/// `ElementIndirectParameters`, `base_vertex`.
|
||||
pub base_vertex_or_first_instance: u32,
|
||||
|
||||
/// For `ArrayIndirectParameters`, this is padding; for
|
||||
|
|
Loading…
Reference in a new issue