From a1dca4261d421fc6008498b6fbc6f27f5de6a2a0 Mon Sep 17 00:00:00 2001 From: Rua Date: Fri, 18 Aug 2023 13:38:28 +0200 Subject: [PATCH] #2235 changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aee5c542..e94a08c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -137,6 +137,7 @@ Changes to futures: - Added `Format::UNDEFINED`, and implemented `Default` which returns this value. - `ShaderModule` is now constructed with a `new` method, which takes a `ShaderModuleCreateInfo` struct. The old constructors `from_words` and `from_bytes` are deprecated. - Added a `set_debug_utils_object_name` method to the `DeviceOwned` trait. +- Support for the `ext_subgroup_size_control` extension. ### Bugs fixed