-
1.1.0 Stable
released this
2022-03-04 01:34:30 +00:00 | 107 commits to main since this releaseWell 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
- Source Code (ZIP)
- Source Code (TAR.GZ)
- 186 KiB Refresh.dll
- 160 KiB libRefresh.so