We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7500a7e commit 69f89fdCopy full SHA for 69f89fd
.github/workflows/publish.yml
@@ -3,7 +3,7 @@ on:
3
push:
4
branches:
5
- master
6
- - v55
+ - v56
7
paths:
8
- RELEASE_NOTES.md
9
- .github/workflows/publish.yml
RELEASE_NOTES.md
@@ -2,6 +2,10 @@
2
- [Vulkan] Fixed VK_ERROR_OUT_OF_POOL_MEMORY error on some platforms when using raytracing
- [Vulkan] Added check for format features when creating a render pass
+### 5.6.0-prerelease0001
+- [Vulkan] Improved queue submission
+- [Vulkan] Integrated VMA for memory management
+
### 5.5.16
10
- now using `glEnablei/glDisablei` for BlendModes.
11
0 commit comments