docs(server): index chunk streaming note in docs README
This commit is contained in:
parent
213995eb77
commit
e6895de451
|
|
@ -44,5 +44,6 @@ Subsystem notes:
|
||||||
|
|
||||||
- [`packs.md`](packs.md): data packs & resource packs (load order, layout, resolution).
|
- [`packs.md`](packs.md): data packs & resource packs (load order, layout, resolution).
|
||||||
- [`rendering.md`](rendering.md): rendering & coordinate gotchas (Vulkan clip space, Blender/glTF import).
|
- [`rendering.md`](rendering.md): rendering & coordinate gotchas (Vulkan clip space, Blender/glTF import).
|
||||||
|
- [`chunk_streaming.md`](chunk_streaming.md): chunk streaming and async worker pipeline.
|
||||||
|
|
||||||
Further subsystem notes are added here as systems are implemented and locked.
|
Further subsystem notes are added here as systems are implemented and locked.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue