mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 20:41:20 +00:00
f15abcea53
As I had suspected, it's due to a synchronization problem between the scrap and drawing. There's actually a double problem in that data uploaded to the scrap isn't flushed until the first frame is rendered causing a quick init-shutdown sequence to take at least five seconds due to the staging buffer waiting (and timing out) on a stuck fence. Rendering just one frame "fixes" the problem (draw was one of the earliest subsystems to get going in vulkan). |
||
---|---|---|
.. | ||
renderer | ||
targets | ||
Makemodule.am |