This commit is contained in:
marc0246 2023-10-07 16:52:50 +02:00
parent 6c2e8968bf
commit 619092f558
No known key found for this signature in database
GPG Key ID: 689CB88C1090C684

View File

@ -137,6 +137,9 @@ Changes to the `khr_display` extension:
- Getting displays and display planes is now done from the physical device.
- All features are now available.
Changes to the physical device:
- The `PhysicalDevice::surface_present_modes` method now takes an additional `SurfaceInfo` parameter.
### Additions
- Vulkano-shaders: Added a `root_path_env` property to allow loading shaders generated by a build script.