Vulkan-Headers-1.3.295

Introduction to Vulkan-headers

The Vulkan-Headers package contains a set of header files necessary to build and link applications against the Vulkan API.

[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.

Vulkan-Headers Dependencies

Required

CMake-3.30.3

Installation of Vulkan-Headers

Install Vulkan-Headers by running the following commands:

mkdir build &&
cd    build &&

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

To test the results, issue: ninja test.

Now, as the root user:

ninja install

Contents

Installed Programs: None
Installed Libraries: None
Installed Directories: /usr/include/vk_video, /usr/include/vulkan, /usr/share/cmake/VulkanHeaders, and /usr/share/vulkan