6 lines
365 B
Markdown
6 lines
365 B
Markdown
# vulkan-loader
|
|
|
|
The ICD loader is a library that is placed between a Vulkan application and any number of Vulkan drivers, in order to support multiple drivers and the instance-level functionality that works across these drivers.
|
|
Additionally, the loader manages inserting Vulkan layer libraries, such as validation layers, between an application and the drivers.
|
|
|