This commit is contained in:
marc0246 2023-04-11 11:34:42 +02:00
parent 62ff8b45a5
commit e29324493b
No known key found for this signature in database
GPG Key ID: 689CB88C1090C684

View File

@ -12,6 +12,7 @@
### Breaking changes
### Additions
- Vulkano-shaders: Added a `root_path_env` property to allow loading shaders generated by a build script.
### Bugs fixed
@ -110,7 +111,6 @@ Changes to vulkano-shaders:
- Vulkano-shaders: Added a `linalg_type` option to the macro, for generating types from external linear algebra crates.
- Vulkano-win: Added `create_surface_from_handle_ref`.
- Vulkano-win: The features `winit` and `raw-window-handle` can now be used directly, `winit_` and `raw-window-handle_` have been deprecated.
- Vulkano-shaders: Added a `root_path_env` property to allow loading shaders generated by a build script.
### Bugs fixed