Skip to content

Commit

Permalink
#2262 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0246 committed Jul 14, 2023
1 parent 0f5e298 commit a4406bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ Changes to `Swapchain`:
Changes to samplers:
- The `sampler` module is now a submodule of `image`.

Changes to `Format`:
- The following objects now use `Format` instead of `Option<Format>`: `BufferView`, `Image`, `ImageView`, `SamplerYcbcrConversion`.
- The `block_size` method no longer returns an `Option`.

### Additions

- Vulkano-shaders: Added a `root_path_env` property to allow loading shaders generated by a build script.
Expand All @@ -103,6 +107,7 @@ Changes to samplers:
- Added `ImageCreateFlags::EXTENDED_USAGE` from the `khr_maintenance2` extension.
- Support for the `ext_image_drm_format_modifier` extension.
- Support for the `ext_image_2d_view_of_3d` extension.
- Added `Format::UNDEFINED`, and implemented `Default` which returns this value.

### Bugs fixed

Expand Down

0 comments on commit a4406bf

Please # to comment.