Layers providing Vulkan features when native support is unavailable
Platform | Build Status |
---|---|
Linux/MacOS |
There are some extensions and features in Vulkan that are not available everywhere due to various reasons. While not available, some extensions are capable of being done as layer and mapping to any Vulkan implementation regardless of it supporting the desired functionality or not.
Layer | Extension provided | Version | File | Status |
---|---|---|---|---|
VK_LAYER_KHRONOS_timeline_semaphore | VK_KHR_timeline_semaphore | 1 | layers/timeline_semaphore.c | complete |
VK_LAYER_KHRONOS_synchronization2 | VK_KHR_synchronization2 | 1 | layers/synchronization2.cpp | complete |
Please see the CONTRIBUTING.md file in this repository for more details.
BUILD.md Includes directions for building all components and testing them.
This work is released as open source under a Apache-style license from Khronos including a Khronos copyright.
See LICENSE for a full list of licenses used in this repository.