quakeforge/libs/video
Bill Currie 4cf1c167bd [vulkan] Start work on a render job system
The jobs will become the core of the renderer, with each job step being
one of a render pass, compute pass, or processor (CPU-only) task. The
steps support dependencies, which will allow for threading the system in
the future.

Currently, just the structures, parse support, and prototype job
specification (render.plist) have been implemented. No conversion to
working data is done yet, and many things, in particular resources, will
need to be reworked, but this gets the basic design in.
2023-03-10 19:47:40 +09:00
..
renderer [vulkan] Start work on a render job system 2023-03-10 19:47:40 +09:00
targets [vid] Allow render systems to unload late 2023-03-06 21:15:15 +09:00
Makemodule.am [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00