bevy/crates/bevy_pbr
IceSentry e79b9b62ce
Make more things pub in the renderer (#12053)
# Objective

- Some properties of public types are private but sometimes it's useful
to be able to set those

## Solution

- Make more stuff pub

---

## Changelog

- `MaterialBindGroupId` internal id is now pub and added a new()
constructor
- `ExtractedPointLight` and `ExtractedDirectionalLight` properties are
now all pub

---------

Co-authored-by: James Liu <contact@jamessliu.com>
2024-02-23 06:13:37 +00:00
..
src Make more things pub in the renderer (#12053) 2024-02-23 06:13:37 +00:00
Cargo.toml Bump Version after Release (#12020) 2024-02-21 20:58:59 +00:00