This commit is contained in:
marc0246 2023-06-30 11:22:31 +02:00
parent 204811de19
commit 6a3fbf52a1
No known key found for this signature in database
GPG Key ID: 689CB88C1090C684

View File

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