quakeforge/libs/video
Bill Currie 5186d3ae49 [vulkan] Rework draw to use a context struct
Cleans up global space and makes it usable in multiple contexts. Also,
max quads dropped to 32k as each frame now has its own vertex buffer to
avoid issues with vertex overwrites (which I have seen). However, all
vertex buffers are in the one memory/buffer object (using offsets) and
the index buffer has been moved into a device-local memory object.
2021-01-16 14:42:25 +09:00
..
renderer [vulkan] Rework draw to use a context struct 2021-01-16 14:42:25 +09:00
targets Merge branch 'master' into vulkan 2020-06-25 14:03:52 +09:00
Makemodule.am [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00