![]() # Objective As of bevy 0.16-dev, the pre-existing public function `bevy::pbr::setup_morph_and_skinning_defs()` is now passed a boolean flag called `skins_use_uniform_buffers`. The value of this boolean is computed by the function `bevy_pbr::render::skin::skins_use_uniform_buffers()`, but it is not exported publicly. Found while porting [bevy_mod_outline](https://github.com/komadori/bevy_mod_outline) to 0.16. ## Solution Add `skin::skins_use_uniform_buffers` to the re-export list of `bevy_pbr::render`. ## Testing Confirmed test program can access public API. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md |