SaschaWillems / vulkan.gpuinfo.org

Front-End and Back-End for the Vulkan Hardware Database
https://vulkan.gpuinfo.org
GNU Affero General Public License v3.0
25 stars 5 forks source link

How does one add more Vulkan profiles? #81

Closed nwnk closed 2 months ago

nwnk commented 11 months ago

I would love to see the Zink profiles in the gpuinfo.org tables. I'd send a pull request but I'm not a web developer and I've not been able to find where I'd add it.

SaschaWillems commented 11 months ago

Profiles are added from the client application via the the Vulkan Profile Toolset. So any profile that should show up in the caps viewer and the online database needs to come from that toolset. I then grab that Toolset from the latest LunarG Vulkan SDK.

SaschaWillems commented 9 months ago

Just to clarify things: I'm not against adding other profiles aside from the ones provided via the Vulkan profiles library. My main requirements would be: easy to add into my build/release process (ideally a single header) and proper versioning.

SaschaWillems commented 2 months ago

Closing due to inactivity.