Releases: ppy/veldrid
Releases · ppy/veldrid
2023.706.1
Merge pull request #29 from frenzibyte/fix-aot Fix AOT compilation failure on iOS
2023.706.0
Merge pull request #28 from frenzibyte/improve-ios-frame-graphs Request next Metal drawable in `WaitForNextFrameReady` on iOS
2023.628.0
Merge pull request #25 from smoogipoo/fix-windows-81 Fix swapchain init on Windows 8.1
2023.618.0
What's Changed
- Always cache Metal selectors to avoid fetch overhead during API calls by @frenzibyte in #22
- Wait in
CVDisplayLink
callback until frame rendering has finished by @peppy in #21
New Contributors
Full Changelog: 2023.608.1...2023.618.0
2023.608.1
Merge pull request #19 from frenzibyte/fix-nullref Fix nullref in `WaitForNextFrameReady` on Metal iOS
2023.608.0
Revert "Merge pull request #17 from smoogipoo/ios-display-link" This reverts commit d4340776eba0541aa3598856dafccf25633072f2, reversing changes made to cff4ac0c23c792e4e32179cb5d7d8da6e553dc2c.
2023.519.0
Merge pull request #17 from smoogipoo/ios-display-link Add support for iOS CADisplayLink under Metal
2023.417.0
Work around `copyFromTexture` not working on iOS with Mono interpreter
2023.415.0
Bump version for clarity
2023.414.0
Merge pull request #10 from frenzibyte/cache-metal-pipeline-depth-sta…