util/glsl2spirv: use f-strings
authorDylan Baker <dylan.c.baker@intel.com>
Tue, 1 Nov 2022 20:29:21 +0000 (13:29 -0700)
committerMarge Bot <emma+marge@anholt.net>
Thu, 10 Nov 2022 21:14:17 +0000 (21:14 +0000)
commit9a165945a9d6f3a56e785d2365b253c148c60d3e
tree99d093898b3637cb15fdc580749f96b7718dbfcc
parent7c88c3a05bbdd8cb11ffd1e929aae7235ab56c5e
util/glsl2spirv: use f-strings

Which are both faster and easier to read

Reviewed-by: Luis Felipe Strano Moraes <luis.strano@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19449>
src/util/glsl2spirv.py