mirror of
https://github.com/openharmony/third_party_vulkan-loader.git
synced 2026-07-21 04:25:25 -04:00
7be32aa141
Generated functions stubs had either a return type of void or VkResult. Recent vulkan extensions had functions which returned uint32_t, uint64_t, and VkDeviceAddress. The dispatch_table_helper_generator didn't account for this and GCC would complain about mismatching types. While likely not an issue, it did create very noisy builds. Modified files: loader/generated/vk_dispatch_table_helper.h scripts/dispatch_table_helper_generator.py Change-Id: Iba229093461b75fd6ccd195cf60e200a22b8678f