mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-21 14:24:18 +00:00
#2438 changelog
This commit is contained in:
parent
9e82527698
commit
779d2dc485
@ -69,6 +69,12 @@ Changes to draw/dispatch commands:
|
||||
Changes to pipelines:
|
||||
- `GraphicsPipeline::input_assembly_state` returns an option now.
|
||||
|
||||
Changes to queries:
|
||||
- `QueryType` is now a regular Vulkan enum like others in Vulkano.
|
||||
- The `QueryType::result_len` method is moved to `QueryPool`, and now takes result flags into account.
|
||||
- `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.
|
||||
|
||||
### Additions
|
||||
|
||||
- Partially validated versions of `submit` and `present` commands (called via `QueueGuard`).
|
||||
|
Loading…
Reference in New Issue
Block a user