From 4523ff013b1b573e86d2c91efa8a094df0d9daca Mon Sep 17 00:00:00 2001 From: marc0246 <40955683+marc0246@users.noreply.github.com> Date: Sat, 7 Oct 2023 16:47:11 +0200 Subject: [PATCH] #2348 changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c291483..5d6c19f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ Changes to pipeline construction: - `Viewport::depth_range` is now an inclusive range. - All fields of `AttachmentBlend` are renamed to match Vulkan. - Added a `_ne` field to all pipeline state create info structs, as they should have had all along. +- Dynamic state is now specified with the `GraphicsPipelineCreateInfo::dynamic_state` field. Changes to images: - There is now only the single type `Image` to represent images. `ImageAccess`, `ImageInner`, `AttachmentImage`, `ImmutableImage`, `StorageImage` and `SwapchainImage` were removed.