scripts: Use f-strings in vulkaninfo generator
authorCharles Giessen <charles@lunarg.com>
Fri, 17 Sep 2021 20:06:29 +0000 (14:06 -0600)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Wed, 22 Sep 2021 17:45:32 +0000 (11:45 -0600)
commit75b3bbac3e1f2c0dafb62c2a61420bbf2879d6b1
tree8f31d22507e9e585eab75ee51949172da797ba1d
parentc4fdac59cea610d1227a8856f6e6e822daa3ec9e
scripts: Use f-strings in vulkaninfo generator

f-strings are a python feature which allow more natural formatting of text, making
the code easier to read and work with.
scripts/vulkaninfo_generator.py