wgpu
wgpu copied to clipboard
Added reporting of VK_KHR_external_memory_fd vulkan extension as feature
Connections Builds on #7824 currently, but this requirement could probably be dropped if necessary.
Description
Previously, in order to check for support of VK_KHR_external_memory_fd vulkan extension, one had to use as_hal and check the enabled extensions. However, VK_KHR_external_memory_win32 already reported this as a feature(even though both extensions are always enabled anyway). This PR brings that to VK_KHR_external_memory_fd.
Testing No testing, very minimal changes
Squash or Rebase? Both should be fine, as there is only one commit at the moment.
Checklist
- [x] Run
cargo fmt. - [x] Run
taplo format. - [x] Run
cargo clippy --tests. If applicable, add:- [x]
--target wasm32-unknown-unknown
- [x]
- [x] Run
cargo xtask testto run tests. - [x] If this contains user-facing changes, add a
CHANGELOG.mdentry.