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
Even though the test app captured and replayed without issue, the state view
showed that `VkAttachmentDescriptionStencilLayout` was not saved for the
render passes that included it. This is caused by the map access
operation returning a copy instead of a reference, making in-place
modification of `renderPass.AttachmentDescriptions[j].StencilLayout`
impossible. The solution here is to assign it to the map after
processing the pNext chain.
GAPID Version: 0.6.0:298:3f048c56b628f96f912aac0d27d7e56a3be4f63b
OS: mac os x x86_64
The text was updated successfully, but these errors were encountered: