From 3959fb5135c9e1b8ca41547a60d096fb206d4748 Mon Sep 17 00:00:00 2001 From: marc0246 <40955683+marc0246@users.noreply.github.com> Date: Thu, 15 Feb 2024 16:48:37 +0100 Subject: [PATCH] #2466 changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05a12de0..8c8e6d65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -75,6 +75,9 @@ Changes to queries: - `QueryPoolCreateInfo` now has a `pipeline_statistics` field to specify the pipeline statistics flags. - The `CommandBufferInheritanceInfo::query_statistic_flags` field is renamed to `pipeline_statistics` to match Vulkan. +Changes to queues: +- The `Queue::id_within_family` method is renamed to `queue_index` to match Vulkan. + ### Additions - Partially validated versions of `submit` and `present` commands (called via `QueueGuard`).