bevy/crates/bevy_render
Jakob Hellermann bc4fe9b186 keep track of type name in NodeState (#1444)
Adds the original type_name to `NodeState`, enabling plugins like [this](https://github.com/jakobhellermann/bevy_mod_debugdump).
This does increase the `NodeState` type by 16 bytes, but it is already 176 so it's not that big of an increase.
2021-02-22 09:15:29 +00:00
..
src keep track of type name in NodeState (#1444) 2021-02-22 09:15:29 +00:00
Cargo.toml Add bmp as a supported texture format (#1081) 2020-12-23 16:53:02 -06:00