Jobify frame script execution
Opened this issue · 0 comments
Duttenheim commented
To actually benefit from using command buffers, frame scripts should be able to run in parallel. However there is a catch, which is when fetching graphics pipelines from a shared database from each thread, meaning the database needs to be locked for writes.
Perhaps there is a way to do database writes as single job over all scripts first, and then record the actually command buffers on one job per script.