From d42bf1e7a53fba2cd9e26395ded61c1fd9650f36 Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 19 Dec 2023 18:07:50 +0100 Subject: [PATCH] Update RELEASE_NOTES.md --- RELEASE_NOTES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7083338..2ea4135 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,9 @@ +### 5.5.3 +* [Raytracing] Added duplication checks in effect builders +* [Debugger] Fixed issue with compiler options not being recognized due to double hyphens +* Added Effect.toLayered with custom semantic +* Use std430 layout for all storage buffers + ### 5.5.2 * [GLSL] Fixed issue with image format names containing underscores