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
@ -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 New Issue
Block a user