This commit is contained in:
marc0246 2023-08-04 21:35:27 +02:00
parent fefb3b8733
commit 0cc5ecc7b8
No known key found for this signature in database
GPG Key ID: 689CB88C1090C684

View File

@ -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.