• 1.1.0 9422d4975f

    1.1.0 Stable

    cosmonaut released this 2022-03-04 01:34:30 +00:00 | 107 commits to main since this release

    Well that didn't take long! I found a corner case where it was possible for command buffers to use resources after destruction. I had falsely assumed that command buffers complete in order of submission, but they do not.

    To fix this, the Vulkan implementation now performs reference counting on resources to determine if command buffers are still using them. This should dramatically reduce the ways you have of shooting yourself in the foot when freeing resources.

    Downloads