You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently each primary in CmdExecuteCommands executes its corresponding
command buffer from the secondary context. In practice this means that
each secondary is essentially run in isolation from the other
secondaries which causes incorrect renderings.
This commit addresses this by progressively accumulating command buffer
from each secondary so that previous secondaries are send for execution
along with subsequent ones from the same execute commands.
0 commit comments