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
I think one of the responsibilities of the validateWrite function is, well, to validate :D
I encountered a scenario where I was trying to write a nullptr image (failed image creation) to the set and it crashed in IGPUDescriptorSet::validateWrite in this line
I believe there needs to be a null check in there as well.