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
Could result in a permanently corrupt index buffer. The only way to fix it was to call device.wait() immediately before the buffer setup. The issue reproduced itself when creating around 150 index/vertex buffers.
The text was updated successfully, but these errors were encountered:
During testing, I found that calling the following:
Could result in a permanently corrupt index buffer. The only way to fix it was to call device.wait() immediately before the buffer setup. The issue reproduced itself when creating around 150 index/vertex buffers.
The text was updated successfully, but these errors were encountered: