vulkan-loader/README.md

6 lines
365 B
Markdown
Raw Normal View History

2024-01-05 19:10:19 +01:00
# 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.