SPIRV-Headers-1.4.328.1

Introduction to SPIRV-Headers

The SPIRV-Headers package contains headers that allow for applications to use the SPIR-V language and instruction set with Vulkan. SPIR-V is a binary intermediate language for representing graphical shader stages and compute kernels for multiple Khronos APIs, including OpenGL and Vulkan.

This package is known to build and work properly using an LFS 12.4 platform.

Package Information

SPIRV-Headers Dependencies

Required

CMake-4.1.3

Installation of SPIRV-Headers

Prepare SPIRV-Headers by running the following commands:

cmake -B build -D CMAKE_INSTALL_PREFIX=/usr -G Ninja

Now Build the package, issue:

ninja -C build

This package does not come with a test suite.

Now Install, as the root user:

ninja -C build install

Contents

Installed Programs: None
Installed Libraries: None
Installed Directories: /usr/include/spirv and /usr/share/cmake/SPIRV-Headers