aboutsummaryrefslogtreecommitdiff
path: root/scripts/generate_vulkan_wrapper.py
diff options
context:
space:
mode:
authorCharles Giessen <charles@lunarg.com>2022-12-02 15:03:49 -0700
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>2023-01-18 15:31:35 -0700
commitc37dcfbae606437a59d35d7bd5384b1a425efd41 (patch)
tree4a34b7fe1b9c4957e9bb690fa009cd5d0435d0c8 /scripts/generate_vulkan_wrapper.py
parentc757a2a8f8d1ef46e5f11e9308f1d5c7cd3bb8a3 (diff)
downloadusermoji-c37dcfbae606437a59d35d7bd5384b1a425efd41.tar.xz
vkcube: Fix object type printing in 32 bit mode
Previously the code assumed that all types were convertable to void*, since they happened to have the same size on 64 bit platforms. But in 32 bit, this is not true. Now the code converts dispatchable handles to uintptr_t then to void* only for dispatchable types, printing all other types as non-dispatchable 64 bit ints.
Diffstat (limited to 'scripts/generate_vulkan_wrapper.py')
0 files changed, 0 insertions, 0 deletions