Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GPUOpen-Drivers/xgl
Vulkan API Layer
https://github.com/GPUOpen-Drivers/xgl
Last synced: 27 days ago
JSON representation
Vulkan API Layer
- Host: GitHub
- URL: https://github.com/GPUOpen-Drivers/xgl
- Owner: GPUOpen-Drivers
- License: mit
- Created: 2017-12-11T10:45:24.000Z (about 7 years ago)
- Default Branch: dev
- Last Pushed: 2024-11-05T08:23:01.000Z (about 1 month ago)
- Last Synced: 2024-11-12T18:50:46.044Z (30 days ago)
- Language: C++
- Homepage:
- Size: 12.6 MB
- Stars: 215
- Watchers: 38
- Forks: 70
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- AwesomeCppGameDev - xgl
README
# Vulkan® API Layer (XGL)
The Vulkan API Layer (XGL) translates Vulkan API commands into PAL commands. It compiles shaders
that compose a particular `VkPipeline` object as a single entity using the LLVM-Based Pipeline
Compiler (LLPC) library.### Build
For an overview and build instructions, see the [AMDVLK readme](https://github.com/GPUOpen-Drivers/AMDVLK).