From 8037659ac5d1045651472b42e842fc3d9c3a5bdf Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 30 May 2023 13:11:52 +0200 Subject: [PATCH] Update RELEASE_NOTES.md --- RELEASE_NOTES.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index df24f35f8..50566d364 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,13 @@ +### 5.3.7 +- Various optimizations +- Added RenderTask.renderTo variants with adaptive clear values +- Fixed RenderPass.before to respect given order +- [AbstractRenderTask] Make Dispose mutually exclusive with Update and Run +- [GL] Fixed ObjectDisposedException related to invalid epilogue prev pointer +- [GLFW] Fixed vsync initialization +- [GLFW] Disabled unknown joystick axis warning +- [Vulkan] Fixed issue with pipeline statistics being wrongfully selected + ### 5.3.6 - Opc: more robust patchhierarchy caching: https://github.com/pro3d-space/PRo3D/issues/283