From 06f698a6be2d2a589bd7c703aa45347e4b5d72b2 Mon Sep 17 00:00:00 2001 From: Rua Date: Fri, 15 Sep 2023 22:24:12 +0200 Subject: [PATCH] #2333 changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd2d643e..0e7a246c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -186,6 +186,7 @@ Changes to the `khr_display` extension: - Fixed potential UB when using `MemoryAlloc::try_unwrap`, where the allocation was mapped on contruction of the `MemoryAlloc` but not unmapped on unwrapping, allowing double-mapping. - Fixed a bug in `GenericMemoryAllocator::allocate`, where the root allocations weren't created with the configured `AllocationType`. - Specialization constants are now applied to the reflected SPIR-V code before any other reflection is performed. +- Fragment shaders cannot use `dual_src_blend` device feature due to interface errors. # Version 0.33.0 (2023-04-01)