Skip to content

Releases: ppy/veldrid

2023.706.1

06 Jul 09:40
9f8aa29
Compare
Choose a tag to compare
Merge pull request #29 from frenzibyte/fix-aot

Fix AOT compilation failure on iOS

2023.706.0

06 Jul 02:54
f4e09bb
Compare
Choose a tag to compare
Merge pull request #28 from frenzibyte/improve-ios-frame-graphs

Request next Metal drawable in `WaitForNextFrameReady` on iOS

2023.628.0

28 Jun 12:22
c93d085
Compare
Choose a tag to compare
Merge pull request #25 from smoogipoo/fix-windows-81

Fix swapchain init on Windows 8.1

2023.618.0

18 Jun 03:29
Compare
Choose a tag to compare

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

  • @peppy made their first contribution in #21

Full Changelog: 2023.608.1...2023.618.0

2023.608.1

08 Jun 07:01
31346ea
Compare
Choose a tag to compare
Merge pull request #19 from frenzibyte/fix-nullref

Fix nullref in `WaitForNextFrameReady` on Metal iOS

2023.608.0

08 Jun 06:29
Compare
Choose a tag to compare
Revert "Merge pull request #17 from smoogipoo/ios-display-link"

This reverts commit d4340776eba0541aa3598856dafccf25633072f2, reversing
changes made to cff4ac0c23c792e4e32179cb5d7d8da6e553dc2c.

2023.519.0

19 May 09:24
d434077
Compare
Choose a tag to compare
Merge pull request #17 from smoogipoo/ios-display-link

Add support for iOS CADisplayLink under Metal

2023.417.0

17 Apr 06:05
Compare
Choose a tag to compare
Work around `copyFromTexture` not working on iOS with Mono interpreter

2023.415.0

15 Apr 16:08
Compare
Choose a tag to compare
Bump version for clarity

2023.414.0

14 Apr 08:10
6e6def2
Compare
Choose a tag to compare
Merge pull request #10 from frenzibyte/cache-metal-pipeline-depth-sta…