Skip to content
Snippets Groups Projects
Commit 183f5604 authored by Alyssa Rosenzweig's avatar Alyssa Rosenzweig
Browse files

RFC: vulkan: Common GetPhysicalDevicesFeature2


Flatten out all the extension structs into a vk_features (since most of
them are just a few booleans, and all of them are appropriately
namespaced anyway) and then the switch statement + parsing can happen
in a common helper.

Potentially the core features structs should also be flattened out for
consistency. And then maybe we might want to alphabetize features? IDK
how much value the versioning history gives.

Signed-off-by: default avatarAlyssa Rosenzweig <alyssa@collabora.com>
parent 55ffbf86
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment