mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 20:53:53 +00:00
0aa17d0aca
# Objective The `load_internal_asset` macro is helpful when creating rendering plugins, but it doesn't support load binary assets (like those compiled as spir-v). ## Solution Add a `load_internal_binary_asset` macro that use `include_bytes!`. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |