From a4406bf3148b34f00a991e14aea3a32134131e81 Mon Sep 17 00:00:00 2001 From: marc0246 <40955683+marc0246@users.noreply.github.com> Date: Fri, 14 Jul 2023 16:45:59 +0200 Subject: [PATCH] #2262 changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 027a6d79..b5d942bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -81,6 +81,10 @@ Changes to `Swapchain`: Changes to samplers: - The `sampler` module is now a submodule of `image`. +Changes to `Format`: +- The following objects now use `Format` instead of `Option`: `BufferView`, `Image`, `ImageView`, `SamplerYcbcrConversion`. +- The `block_size` method no longer returns an `Option`. + ### Additions - Vulkano-shaders: Added a `root_path_env` property to allow loading shaders generated by a build script. @@ -103,6 +107,7 @@ Changes to samplers: - Added `ImageCreateFlags::EXTENDED_USAGE` from the `khr_maintenance2` extension. - Support for the `ext_image_drm_format_modifier` extension. - Support for the `ext_image_2d_view_of_3d` extension. +- Added `Format::UNDEFINED`, and implemented `Default` which returns this value. ### Bugs fixed