// src/gfx/streaming/mod.rs
//
// The asset-streaming home. The `no_std` policy core (`StreamPlanner` /
// `StreamState` and its LRU scoring) lives in `core::render` so a future
// `no_std` client runtime can share it; it is re-exported here so the `std`
// drivers below and the rest of `gfx` name it as `crate::gfx::streaming::*`.
pub use *;
// Async asset-streaming drivers, scheduled by `StreamingSystem` against
// whichever backend the world is running on.
pub
pub
pub
pub