Skip to content

Releases: ppy/veldrid

2024.522.0

22 May 12:04
fe61932
Compare
Choose a tag to compare
Merge pull request #56 from smoogipoo/remove-mtl-pipeline-cache

Remove MTL pipeline cache

2024.512.0

12 May 07:53
0c0f356
Compare
Choose a tag to compare
Merge pull request #54 from smoogipoo/fix-d3d-texture-disposal

Work around D3D11 texture pointer getting lost before disposal

2024.417.0

17 Apr 03:38
ed7d289
Compare
Choose a tag to compare
Merge pull request #40 from smoogipoo/fix-vulkan-init

Fix Vulkan load by using our fork

2024.309.0

09 Mar 11:02
a61b647
Compare
Choose a tag to compare
Merge pull request #38 from frenzibyte/fix-nre

Fix `_nextFrameReadyEvent` not initialised before display callback

2024.203.0

03 Feb 12:21
Compare
Choose a tag to compare
Merge remote-tracking branch 'veldrid/master'

2024.202.0

02 Feb 08:24
Compare
Choose a tag to compare
Make nuget package versions monotonic

2024.201.0

01 Feb 17:47
Compare
Choose a tag to compare
Fix marshalling of MTLResourceOptions on .NET 8

See: https://github.com/veldrid/veldrid/pull/523

2023.731.0

31 Jul 08:27
91ce5a6
Compare
Choose a tag to compare
Merge pull request #33 from smoogipoo/fix-d3d-structured-buffer-feature

Mark SSBOs as supported only with feature level >= 11_0

2023.710.0

10 Jul 02:49
9be64ed
Compare
Choose a tag to compare
Merge pull request #31 from frenzibyte/metal-remove-cb-locks

Remove Metal staging buffers cache to avoid lock contention overhead in command buffer completion handler

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