winevulkan: Simplify thunk declaration.
commit3b63afeeba29a76e19eee41a90c9a32838645cf9
authorGeorg Lehmann <dadschoorse@gmail.com>
Mon, 12 Apr 2021 21:04:56 +0000 (12 23:04 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 13 Apr 2021 15:33:46 +0000 (13 17:33 +0200)
tree7d16b8e933e21895fa865a718374a02019d90b7e
parent1c1c78b2c6bafc3175f0c10ded8afc416a6e08c1
winevulkan: Simplify thunk declaration.

Previously
"thunk" : True, "private_thunk" : True
and
"thunk" : False, "private_thunk" : True
had the same effect and make_vulkan used both variant.
Replacing the two bools with an enum should reduce confusion.

Signed-off-by: Georg Lehmann <dadschoorse@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/winevulkan/make_vulkan