This repository has been archived by the owner on Nov 19, 2020. It is now read-only.
ImGui vertex buffer and index buffer destruction causes validation layer errors. #4
Labels
bug
Something isn't working
Describe the bug
"Randomly" the validation layer will give the following error:
This is because the imgui implementation can destroy vertex and index buffers at runtime while they are still being used. These buffers need to be versioned somehow or allocate a massive buffer instead.
The text was updated successfully, but these errors were encountered: