We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea30307 commit c64a3b0Copy full SHA for c64a3b0
README.md
@@ -147,7 +147,7 @@ and uses it to validate entry points at material specialization time.
147
This prevents bevy from panicking when an invalid entrypoint is requested, falls back to the default shader,
148
and re-specializes the material if it becomes available after a reload.
149
150
-Note: AssetServer gives up on trying to load an asset if it does not exist,
+**Note:** AssetServer gives up on trying to load an asset if it does not exist,
151
so the `.spv` file must be compiled at least once prior to app startup in order to hot-reload successfully.
152
153
### `hot-rebuild`
0 commit comments