Lines Matching full:vulkan
0 # Vulkan Ecosystem Components
4 This project provides Khronos offical ICD loader and validation layers for Vulkan developers on Windows and Linux.
8 Vulkan is an Explicit API, enabling direct control over how GPUs actually work. No (or very little) validation
9 or error checking is done inside a Vulkan driver. Applications have full control and responsibility. Any errors in
10 how Vulkan is used often result in a crash. This project provides standard validation layers that can be enabled to ease development by
11 helping developers verify their applications correctly use the Vulkan API.
13 Vulkan supports multiple GPUs and multiple global contexts (VkInstance). The ICD loader is necessary to support multiple GPUs and the VkInstance level Vulkan commands. Additionally, the loader manages inserting Vulkan layer libraries,
17 - Vulkan header files