From 1350d695829721380e83c07ea37bc96e72f3dbf8 Mon Sep 17 00:00:00 2001 From: Rua Date: Mon, 10 Jul 2023 12:37:31 +0200 Subject: [PATCH] #2258 changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d60b87ef3..027a6d794 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,7 @@ Changes to buffers: - The `Subbuffer::{try_cast, try_cast_slice, try_from_bytes}` functions were replaced by `Subbuffer::reinterpret[_ref]`. - The `buffer_with_range(_array)` constructor of `WriteDescriptorSet` now takes `DescriptorBufferInfo` structs. - Index buffers are now specified using the `IndexBuffer` enum instead of the `Index` trait. +- `ExternalBufferInfo::sparse` was replaced by a `flags` field. Changes to errors: - Added new types `ValidationError` and `Validated` (enum of `ValidationError` + something else) to return errors from any function. Some existing functions have been converted to use these types, others will follow later.