Skip to content

Commit

Permalink
add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
UkoeHB committed Mar 20, 2024
1 parent 774932f commit bcbd9f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/bevy_render/src/view/visibility/render_groups.rs
Expand Up @@ -69,6 +69,8 @@ impl Default for RenderLayer {
///
/// `RenderLayers` can store up to `RenderLayer(63)` without allocating. Allocations occur in 8-byte
/// increments, so the second allocation will occur after `RenderLayer(127)`, and so on.
///
/// See [`RENDER_LAYERS_WARNING_LIMIT`] and [`RENDER_LAYERS_PANIC_LIMIT`] for `RenderLayers` restrictions.
#[derive(Debug, Clone, PartialEq, Reflect)]
#[reflect(Default, PartialEq)]
pub struct RenderLayers {
Expand Down

0 comments on commit bcbd9f9

Please sign in to comment.