Skip to content
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

expose some underlying types in Vulkan hal #2667

Merged
merged 1 commit into from
May 22, 2022

Conversation

i509VCB
Copy link
Contributor

@i509VCB i509VCB commented May 17, 2022

Description
In order to use some of the as_hal functions exposed in the Vulkan hal to their full potential, a few things need to be exposed.

This makes the following things accessible:

  • Underlying ash::Instance and ash::Entry from Instance
  • Underlying ash::vk::PhysicalDevice from Adapter
  • The driver api version of the Instance
  • The enabled extensions of the Instance

@kvark kvark merged commit 435188c into gfx-rs:master May 22, 2022
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.

2 participants