Skip to content

Commit 8bdaef0

Browse files
committed
Update RELEASE_NOTES.md
1 parent c4e82af commit 8bdaef0

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- master
6+
- v57
67
paths:
78
- RELEASE_NOTES.md
89
- .github/workflows/publish.yml

.github/workflows/vkvm.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- vkvm-build
7+
paths:
8+
- .github/workflows/vkvm.yml
79
jobs:
810
windows-x64:
911
name: Windows (x64)

RELEASE_NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 5.7.0-prerelease0001
2+
- [Vulkan] Reworked loading of Vulkan library
3+
- [Vulkan] Added support for MoltenVK
4+
- Added ComputeCommand.SetConstantCmd
5+
- Added ComputeCommand.DispatchIndirectCmd
6+
17
### 5.6.4
28
- [GL] Dispose MultimediaTimer in LodRenderer to avoid resource exhaustion
39
- [GL] Fixed M22f, M23f, M33f geometry attributes in LodRenderer

0 commit comments

Comments
 (0)