mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-25 08:14:20 +00:00
#2270 changelog
This commit is contained in:
parent
fefb3b8733
commit
0cc5ecc7b8
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user