Skip to content

Commit

Permalink
#2270 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0246 committed Aug 4, 2023
1 parent fefb3b8 commit 0cc5ecc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ Changes to synchronization primitives:
- `Event::reset` is now `unsafe`, as it has preconditions that cannot be validated.
- `FenceCreateInfo::signaled` is replaced with a `flags` field.

Changes to queries:
- `Query` and `QueriesRange` are removed. The `get_results` method is moved to `QueryPool` directly.

### Additions

- Vulkano-shaders: Added a `root_path_env` property to allow loading shaders generated by a build script.
Expand Down

0 comments on commit 0cc5ecc

Please sign in to comment.