Remove bevy_pbr::generate_view_layouts
#17537
Labels
A-UI
Graphical user interfaces, styles, layouts, and widgets
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
D-Trivial
Nice and easy! A great choice to get started with Bevy
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
I was surprised to see that
generate_view_layouts
is not used at all in the repository, it would be nice to remove it.The more useful function,
layout_entries
, is private.The best thing to do IMO is to make layout_entries public and to deprecate generate_view_layouts.
The text was updated successfully, but these errors were encountered: