Skip to content

Commit

Permalink
vulkano-rs#2438 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0246 authored and hakolao committed Feb 20, 2024
1 parent 00fc35b commit dd91523
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`).
Expand Down

0 comments on commit dd91523

Please sign in to comment.