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

Wrong extension when selecting listing for duplicate property names #39

Closed fxshlein closed 2 years ago

fxshlein commented 3 years ago

Hi!

When I click on "Listing" for a Property on https://vulkan.gpuinfo.org/listpropertiesextensions.php I get redirected to https://vulkan.gpuinfo.org/displayextensionproperty.php?name=(PROPERTY NAME)&platform=windows (with the correct property name of course).

This does work for unique property names, but for property names that exist in multiple extensions (for example maxInstanceCount, which exists in VK_KHR_acceleration_structure, VK_KHR_ray_tracing and VK_NV_ray_tracing) the opened page has no knowledge of which extension to display the property for and just selects one (VK_NV_ray_tracing in this case).

SaschaWillems commented 3 years ago

Thanks for raising this issue. I'll try to incorporate a fix for this into the next release.

SaschaWillems commented 2 years ago

Fixed with today's update.