mirror of
https://github.com/charles-lunarg/vk-bootstrap.git
synced 2024-11-10 02:41:47 +00:00
454fb23d52
This allows for a project with not-perfect use of macro defines across the code base to not have different definitions for the dispatch tables. For example: ``` PFN_vkCreateAndroidSurfaceKHR fp_vkCreateAndroidSurfaceKHR = nullptr; void * fp_vkCreateAndroidSurfaceKHR{}; ``` If VK_KHR_android_surface is not defined for whatever reason, the dispatch table is still the same size, so other functions aren't affected. |
||
---|---|---|
.. | ||
generate_dispatch.py |