mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-25 08:14:20 +00:00
#2245 changelog
This commit is contained in:
parent
204811de19
commit
6a3fbf52a1
@ -72,6 +72,9 @@ Changes to pipeline caches:
|
||||
Changes to `Swapchain`:
|
||||
- Swapchain creation no longer returns an error when the swapchain extent doesn't match the current surface extent. This requirement is ill-defined in the spec, as detailed here: [TOCTOU race condition on minImageExtent/maxImageExtent?](https://github.com/KhronosGroup/Vulkan-Docs/issues/1144).
|
||||
|
||||
Changes to samplers:
|
||||
- The `sampler` module is now a submodule of `image`.
|
||||
|
||||
### 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