Skip to content

Commit 69f89fd

Browse files
committed
Update RELEASE_NOTES.md
1 parent 7500a7e commit 69f89fd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
branches:
55
- master
6-
- v55
6+
- v56
77
paths:
88
- RELEASE_NOTES.md
99
- .github/workflows/publish.yml

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
- [Vulkan] Fixed VK_ERROR_OUT_OF_POOL_MEMORY error on some platforms when using raytracing
33
- [Vulkan] Added check for format features when creating a render pass
44

5+
### 5.6.0-prerelease0001
6+
- [Vulkan] Improved queue submission
7+
- [Vulkan] Integrated VMA for memory management
8+
59
### 5.5.16
610
- now using `glEnablei/glDisablei` for BlendModes.
711

0 commit comments

Comments
 (0)