In order to start learning vulkan I want to make sure I understand how programs call out and actually use vulkan. So I know to start developers would download the vulkan header files or the vulkan SDK package which includes the official Khronos vulkan header files. I downloaded the SDK and in there I found the vulkan headers and I also linked my program to the provided vulkan-1.lib. My first question is is the the vulkan-1.lib the actual loader library for vulkan? Or is it an import library of sorts that searches my Windows system for the actual vulkan loader, vulkan-1.dll? And then is it the vulkan-1.dll which actually goes and finds any vulkan drivers on my system? If so, where are standard installs of vulkan drivers that I could view?