scripts: Use named params for generator options
authorShannon McPherson <shannon@lunarg.com>
Fri, 19 Jun 2020 22:27:10 +0000 (16:27 -0600)
committerShannon McPherson <shannon@lunarg.com>
Mon, 22 Jun 2020 20:56:08 +0000 (14:56 -0600)
commit0f4d5f74f199b06bffc06cd2beed6ef07246fb0f
tree6664a5d43975738cf8320da67ee9604d0a72f99f
parent0a46a92e57976c51c82c597c21b0d283040348bf
scripts: Use named params for generator options

When calling in the vulkan header python generator the options have
changed in 1.2.142 which causes the options passed by the tools to be
off by one. This ends up setting the emitExtensions to the value of the
sortProcedure and eventually causes the script to fail.

This CL updates the tools to used named parameters for the generator so
that the addition of the genpath does not throw off the parameter
positioning.

Change-Id: I580d5f07ec3ff9e523dbf738561c2e53cfd42796
scripts/mock_icd_generator.py
scripts/vulkan_tools_helper_file_generator.py
scripts/vulkaninfo_generator.py