vulkaninfo: Fix padding for integer dot product
authorCharles Giessen <charles@lunarg.com>
Tue, 1 Feb 2022 20:21:30 +0000 (13:21 -0700)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Wed, 2 Feb 2022 20:49:13 +0000 (13:49 -0700)
commit48ebdbba491fa2d2a5bc27eee7b1a25fcec2ed83
treebe611a080b3a1e83497dccf19765b1eac56c5d00
parent2d9f59a357c372951120faa792209afd8a0da9b0
vulkaninfo: Fix padding for integer dot product

The 1.3 update forgot to rename
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_FEATURES_KHR to
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_FEATURES as this
is the non-aliased name. Without it, the fix wouldn't be applied.
scripts/vulkaninfo_generator.py