Hi Alessandro:
Long time no see.
These days I found UiRenderpass.cpp have a global lock named sLock. And this lock will lock in UiRenderPass::render, this mean all UiRenderPasses are render in serial. My computer has four graphics with four UiRenderPass instance.
So I want to know whar's the use of this lock, and can I remove this lock?
Thank you!