K0bin / Vulkan-ExtensionLayer

Layer providing Vulkan features when native support is unavailable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vulkan-ExtensionLayer

Layers providing Vulkan features when native support is unavailable

CI Build Status

Platform Build Status
Linux/MacOS Build Status

Introduction

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.

Currently implemented extensions

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

Information for Developing or Contributing:

Please see the CONTRIBUTING.md file in this repository for more details.

How to Build and Run

BUILD.md Includes directions for building all components and testing them.

License

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.

About

Layer providing Vulkan features when native support is unavailable


Languages

Language:C++ 72.7%Language:C 19.5%Language:Python 6.1%Language:CMake 1.2%Language:Shell 0.3%Language:Makefile 0.1%Language:Batchfile 0.1%