mirror of
https://github.com/bevyengine/bevy
synced 2024-11-26 14:40:19 +00:00
a9634c7344
# Objective `ShaderData` is marked as public, but is an internal type only used by one other internal type, so it should be made private. ## Solution `ShaderData` is only used in `ShaderCache`, and the latter is private, so there is no need to make the former public. This change removes the `pub` keyword from `ShaderData`, hidding it as the implementation detail it is. Split from #5600 |
||
---|---|---|
.. | ||
macros | ||
src | ||
Cargo.toml |