This commit is contained in:
Rua 2023-08-18 13:38:28 +02:00 committed by GitHub
parent 6af772b912
commit a1dca4261d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -137,6 +137,7 @@ Changes to futures:
- Added `Format::UNDEFINED`, and implemented `Default` which returns this value. - Added `Format::UNDEFINED`, and implemented `Default` which returns this value.
- `ShaderModule` is now constructed with a `new` method, which takes a `ShaderModuleCreateInfo` struct. The old constructors `from_words` and `from_bytes` are deprecated. - `ShaderModule` is now constructed with a `new` method, which takes a `ShaderModuleCreateInfo` struct. The old constructors `from_words` and `from_bytes` are deprecated.
- Added a `set_debug_utils_object_name` method to the `DeviceOwned` trait. - Added a `set_debug_utils_object_name` method to the `DeviceOwned` trait.
- Support for the `ext_subgroup_size_control` extension.
### Bugs fixed ### Bugs fixed