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

DevSim JSON output may erroneously use strings for zeros #41

Closed lexaknyazev closed 3 years ago

lexaknyazev commented 3 years ago

For example, the VkPhysicalDeviceProperties.limits.sparseAddressSpaceSize value may be written as "0".

Report

Vulkan Hardware Capability Viewer 3.02 Vulkan instance API version: 1.2.182

SaschaWillems commented 3 years ago

Thanks for raising this issue. Numeric limits will now be properly converted to numeric JSON values.