Hi!
I'm trying to cobble together a Vulkan layer, and I'm using this official resource as a guide (for v.1.3.239): https://vulkan.lunarg.com/doc/view/1.3.239.0/linux/LoaderLayerInterface.html#user-content-example-code-for-createinstance
I'm currently implementing vkCreateInstance, and obviously I have to set up the dispatch table for the call chain here. All the resources I find uses a struct called VkLayerInstanceDispatchTable from vk_layer.h, but I can't find those in the Vulkan headers (https://github.com/KhronosGroup/Vulkan-Headers)
I'm fairly new to both C++ and Vulkan so please go easy on me :aPES_Salute: