I am studying Vulkan driver code. I want to know how the application call the driver func because the func name is different.
Then look at Vulkan Loader trampoline. Which in turn will hit the driver per LoaderDriverInterface.md documentation.