Lines Matching refs:Vulkan
1 # Vulkan Ecosystem Components
3 This project provides the Khronos official Vulkan ICD desktop loader for Windows, Linux, and MacOS.
7 …://github.com/KhronosGroup/Vulkan-Loader/workflows/CI%20Build/badge.svg?branch=master)](https://gi…
11 Vulkan is an explicit API, enabling direct control over how GPUs actually work.
12 As such, Vulkan supports systems that have multiple GPUs, each running with a different driver, or …
13 Vulkan also supports multiple global contexts (instances, in Vulkan terminology).
14 The ICD loader is a library that is placed between a Vulkan application and any number of Vulkan dr…
15 Additionally, the loader manages inserting Vulkan layer libraries, such as validation layers, betwe…
17 This repository contains the Vulkan loader that is used for Linux, Windows, MacOS, and iOS.
47 Updates to the `Vulkan-Loader` repository which correspond to a new Vulkan specification release ar…
51 This scheme was adopted following the 1.1.96 Vulkan specification release.