This commit is contained in:
marc0246 2024-02-15 16:48:37 +01:00
parent 0fb4a7a437
commit 3959fb5135
No known key found for this signature in database
GPG Key ID: 689CB88C1090C684

View File

@ -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`).