SPIRV-Headers-1.3.290.0

Introduction to SPIRV-Headers

The SPIRV-Headers package contains headers that allow for applications to 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.

[Note]

Note

Development versions of GLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.

SPIRV-Headers Dependencies

Required

CMake-3.30.3

Installation of SPIRV-Headers

[Note]

Note

This tarball SPIRV-Headers-1.3.290.0.tar.gz will extract to the directory SPIRV-Headers-vulkan-sdk-1.3.290.0.

Install SPIRV-Headers by running the following commands:

mkdir build &&
cd    build &&

cmake -D CMAKE_INSTALL_PREFIX=/usr -G Ninja .. &&
ninja

This package does not come with a test suite.

Now, as the root user:

ninja install

Contents

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