mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-21 22:34:43 +00:00
#2466 changelog
This commit is contained in:
parent
0fb4a7a437
commit
3959fb5135
@ -75,6 +75,9 @@ Changes to queries:
|
|||||||
- `QueryPoolCreateInfo` now has a `pipeline_statistics` field to specify the pipeline statistics flags.
|
- `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.
|
- 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
|
### Additions
|
||||||
|
|
||||||
- Partially validated versions of `submit` and `present` commands (called via `QueueGuard`).
|
- Partially validated versions of `submit` and `present` commands (called via `QueueGuard`).
|
||||||
|
Loading…
Reference in New Issue
Block a user