quakeforge/libs/video
Bill Currie faef61aab6 [vulkan] Ensure host-visible buffers are big enough to flush
Flushing memory requires nonCoherentAtomSize alignment, but this can
cause the flush range to go out of bounds of an improperly sized buffer.
However, only host-visible (and probably really only cached, but all
three covered) needs flushing, so no rounding up is done for
device-local memory.
2023-03-09 10:19:24 +09:00
..
renderer [vulkan] Ensure host-visible buffers are big enough to flush 2023-03-09 10:19:24 +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