You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,7 @@ so the `.spv` file must be compiled at least once prior to app startup in order
154
154
155
155
Enables hot-rebuilding support.
156
156
157
-
`RustGpu` gains a new `export_to` function, which will register it to export entry points to the provided path.
157
+
`RustGpu` gains a new `export_to` function, which will register it for entry point aggregation, and export to the provided path alongside any other materials pointing there.
158
158
159
159
This can be used in concert with the `hot-reload` feature, [`rust-gpu-builder`](https://github.com/Bevy-Rust-GPU/rust-gpu-builder)'s file watching functionality,
160
160
and [`permutate-macro`](https://github.com/Bevy-Rust-GPU/permutate-macro)'s static permutation generation to drive a hot-rebuild workflow on par with bevy's WGSL user experience:
0 commit comments