https://github.com/GPUOpen-Drivers/xgl
Vulkan API Layer
https://github.com/GPUOpen-Drivers/xgl
Last synced: 17 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 (over 7 years ago)
- Default Branch: dev
- Last Pushed: 2025-04-29T07:09:44.000Z (26 days ago)
- Last Synced: 2025-04-29T07:45:17.613Z (26 days ago)
- Language: C++
- Homepage:
- Size: 16.8 MB
- Stars: 225
- Watchers: 37
- Forks: 68
- 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).