Skip to content

Commit

Permalink
#2609 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0246 committed Feb 3, 2025
1 parent fbbcee9 commit 898db92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ Changes to buffers:

Changes to images:
- `ImageMemory` is now marked non-exhaustive.
- `ImageMemory::Sparse` no longer has a field for memory requirements, this is now queried directly from the image.

Changes to draw/dispatch commands:
- These are now `unsafe`, as the shader can perform invalid operations outside of Vulkano's control.
Expand Down Expand Up @@ -128,6 +129,7 @@ Device features:
Vulkan APIs:
- Ability to update existing descriptor sets.
- Support for querying memory requirements directly from the device.
- Support for sparse binding.

Other:
- Partially validated versions of `submit` and `present` commands (called via `QueueGuard`).
Expand Down
1 change: 0 additions & 1 deletion COVERAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Coverage of support for Vulkan core features and extensions in Vulkano, as of th

### Unsupported

- Sparse binding
- `VkAllocationCallbacks`
- Possibly more?

Expand Down

0 comments on commit 898db92

Please sign in to comment.