Skip to content
Discussion options

You must be logged in to vote

I have reproduce the crash on my system with VSG/vsgExamples master and created a Issue for this bug.

I then investigated the issue and found the regression was caused by the SecondaryCommandGraph's connection of the CommandBuffer and State objects not handling the addition of lazy state updating that was add to State.

When I added the lazy state updating support (for performance reasons) I modified the the CommandGraph implementation uses the new State::connect(commandBuffer) function but missed updating the similar SecondaryCommandGraph code to use these new method. This meant that CommandBuffer and State objects that needed to be connected in a particular way

The fix ended up being ver…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by robertosfield
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants