Would it be possible for bevy_asset_loader to call on image .reinterpret_stacked_2d_as_array with given number of layers? Or is it beyond the scope?
I'm talking about this, and asking because it is very tedious to do manually in the system.
I would imagine an attribute macro for that.
Would it be possible for bevy_asset_loader to call on image
.reinterpret_stacked_2d_as_array
with given number of layers? Or is it beyond the scope? I'm talking about this, and asking because it is very tedious to do manually in the system. I would imagine an attribute macro for that.I could help with PR