Module bevy_rust_gpu::entry_point_export
source · Expand description
Adds support for exporting the active entry point set to a .json
file.
This can be used in conjunction with rust-gpu-builder
and permutate-macro
to drive hot-recompiles.
Structs
- Handles exporting known
RustGpuMaterial
permutations to a JSON file for static compilation. - Serializable container for a single entry point
- MPSC message describing an entry point.
Functions
- Export writer function wrapping
std::fs::File
andserde_json::to_writer_pretty
Type Definitions
- Handle to an entry point file export