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

Info on Vulkan 1.2 support? #3789

Open
oscarbg opened this issue Feb 20, 2020 · 2 comments
Open

Info on Vulkan 1.2 support? #3789

oscarbg opened this issue Feb 20, 2020 · 2 comments

Comments

@oscarbg
Copy link

oscarbg commented Feb 20, 2020

Hi,
just going to install Vulkan SDK 1.2 and VK1.2 drivers..
any info on what to expect to work and not using new Vulkan 1.2 APIs on Gapid?
thanks..

@AWoloszyn
Copy link
Contributor

We have not started promoting things in our API definition yet.
So as for core functionality, I don't expect much from 1.2 to be supported yet. However many of the 1.2 features were extensions to 1.1. Our canonical list of supported extensions is here.

https://github.com/google/gapid/blob/master/gapis/api/vulkan/vulkan.api#L233

So any of those extensions that were promoted to 1.2 core should be trivial to add. Are there any that you would like sooner rather than later?

(Shader extensions are particularly trivial)

@oscarbg
Copy link
Author

oscarbg commented Feb 22, 2020

Hi,
thanks for info and offering support..
really no clear priority right now..
but from quick look seems both VK_EXT_descriptor_indexing & VK_KHR_buffer_device_address are important new core 1.2 extensions missing right now so that would be my recomendation..

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

No branches or pull requests

2 participants