vulkano-rs / vulkano

Safe and rich Rust wrapper around the Vulkan API
Apache License 2.0
4.48k stars 433 forks source link

Rename `Features`, `Properties` to `DeviceFeatures`, `DeviceProperties` #2481

Closed Rua closed 6 months ago

Rua commented 6 months ago

Changelog:

### Breaking changes
Changes to (physical) device:
- `Properties` is renamed to `DeviceProperties`.
- `Features` is renamed to `DeviceFeatures`.

I noticed several people getting confused about what a "feature" is, so this makes it more clear. Vulkano's error messages are also changed to always say "device feature".