Skip to content

Commit 14427a0

Browse files
committed
Update README.md
1 parent 97e9dc4 commit 14427a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ so the `.spv` file must be compiled at least once prior to app startup in order
154154

155155
Enables hot-rebuilding support.
156156

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.
158158

159159
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,
160160
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

Comments
 (0)