Skip to content

Added reporting of VK_KHR_external_memory_fd vulkan extension as feature #7825

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: trunk
Choose a base branch
from

Conversation

SupaMaggie70Incorporated
Copy link
Contributor

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

  • Run cargo fmt.
  • Run taplo format.
  • Run cargo clippy --tests. If applicable, add:
    • --target wasm32-unknown-unknown
  • Run cargo xtask test to run tests.
  • If this contains user-facing changes, add a CHANGELOG.md entry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant