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

Check for required Vulkan device features #484

Open
apazylbe opened this issue Jun 17, 2024 · 0 comments
Open

Check for required Vulkan device features #484

apazylbe opened this issue Jun 17, 2024 · 0 comments

Comments

@apazylbe
Copy link
Collaborator

I was running BigWheels on pixel 6 (which I haven't done in a while) and it failed with feature not present. I couldn't immediately see which feature was not present.
Turns out it is fillModeNonSolid enabled in https://github.com/google/bigwheels/blob/main/src/ppx/grfx/vk/vk_device.cpp#L259
I think we should either:

  • Enable features required for the project only (so in this case since it is needed by one application, control it there)
  • Or at least, check for features and print which ones are not available
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

1 participant