Reputation: 15
I am studying Vulkan driver code. I want to know how the application call the driver func because the func name is different.
Upvotes: 0
Views: 101
Reputation: 13306
Then look at Vulkan Loader trampoline. Which in turn will hit the driver per LoaderDriverInterface.md documentation.
Upvotes: 3