nvidiavulkanamd-gpu

How Vulkan application find the address of the function in driver


enter image description here

enter image description here

enter image description here

I am studying Vulkan driver code. I want to know how the application call the driver func because the func name is different.


Solution

  • Then look at Vulkan Loader trampoline. Which in turn will hit the driver per LoaderDriverInterface.md documentation.