azhirnov / FrameGraph

vulkan abstraction layer that represent frame as a task graph
BSD 2-Clause "Simplified" License
405 stars 38 forks source link

acquire command batch "overflow" #5

Closed clojur closed 5 years ago

clojur commented 5 years ago

It crashes in VFrameGraph:: Begin acquire command batch a few seconds after the rendering loop and tells me "overflow"

azhirnov commented 5 years ago

FrameGraph has fixed storage for command buffers (128 items) and submitted batches (512 items), that should be enough.