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
23 stars 4 forks source link

Add report update mechanism #31

Closed SaschaWillems closed 3 years ago

SaschaWillems commented 3 years ago

Newer versions of the client tool with updated headers may add new data (e.g. extension features and properties). Without a way to update existing reports, there is no way to get that data into the database unless a newer driver shows up.

The database should have a mechanism for checking if a report can be updated and if so let the client tool update it.

Refs https://github.com/SaschaWillems/VulkanCapsViewer/issues/105