source: x/lib/vulkan-headers.xml@ 83c3980

lazarus trunk
Last change on this file since 83c3980 was 8e39579e, checked in by Douglas R. Reno <renodr@…>, 2 months ago

Update to Vulkan-Headers and Vulkan-Loader 1.3.281.

  • Property mode set to 100644
File size: 3.5 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[c109412]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[b02d8501]7 <!ENTITY vulkan-headers-download-http "https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/v&vulkan-headers-version;/Vulkan-Headers-&vulkan-headers-version;.tar.gz">
[c109412]8 <!ENTITY vulkan-headers-download-ftp " ">
[8e39579e]9 <!ENTITY vulkan-headers-md5sum "905feb061d96a24bcdd834a17645b699">
10 <!ENTITY vulkan-headers-size "2.2 MB">
11 <!ENTITY vulkan-headers-buildsize "53 MB">
[c109412]12 <!ENTITY vulkan-headers-time "less than 0.1 SBU">
13]>
14
[b1f1d2fd]15<sect1 id="vulkan-headers" xreflabel="Vulkan-Headers-&vulkan-headers-version;">
[c109412]16 <?dbhtml filename="vulkan-headers.html"?>
17
[b1f1d2fd]18 <title>Vulkan-Headers-&vulkan-headers-version;</title>
[c109412]19
20 <indexterm zone="vulkan-headers">
[b1f1d2fd]21 <primary sortas="a-vulkan-headers">Vulkan-Headers</primary>
[c109412]22 </indexterm>
23
24 <sect2 role="package">
25 <title>Introduction to Vulkan-headers</title>
26
27 <para>
[b1f1d2fd]28 The <application>Vulkan-Headers</application> package contains a set of
[c109412]29 header files necessary to build and link applications against the Vulkan
30 API.
31 </para>
32
[181e069f]33 &lfs121_checked;
[c109412]34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&vulkan-headers-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&vulkan-headers-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &vulkan-headers-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &vulkan-headers-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &vulkan-headers-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &vulkan-headers-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
[b1f1d2fd]69 <bridgehead renderas="sect3">Vulkan-Headers Dependencies</bridgehead>
[c109412]70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="cmake"/>
74 </para>
75
76 </sect2>
77
78 <sect2 role="installation">
[b1f1d2fd]79 <title>Installation of Vulkan-Headers</title>
[c109412]80
81 <para>
[b1f1d2fd]82 Install <application>Vulkan-Headers</application> by running the following
[c109412]83 commands:
84 </para>
85
86<screen><userinput>mkdir build &amp;&amp;
87cd build &amp;&amp;
88
89cmake -DCMAKE_INSTALL_PREFIX=/usr -G Ninja .. &amp;&amp;
90ninja</userinput></screen>
91
92 <para>
93 This package does not come with a test suite.
94 </para>
95
96 <para>
97 Now, as the <systemitem class="username">root</systemitem> user:
98 </para>
99
100<screen role="root"><userinput>ninja install</userinput></screen>
101
102 </sect2>
103
104 <sect2 role="content">
105 <title>Contents</title>
106
107 <segmentedlist>
108 <segtitle>Installed Programs</segtitle>
109 <segtitle>Installed Libraries</segtitle>
110 <segtitle>Installed Directories</segtitle>
111
112 <seglistitem>
113 <seg>
114 None
115 </seg>
116 <seg>
117 None
118 </seg>
119 <seg>
120 /usr/include/vk_video,
121 /usr/include/vulkan,
122 /usr/share/cmake/VulkanHeaders, and
123 /usr/share/vulkan
124 </seg>
125 </seglistitem>
126 </segmentedlist>
127 </sect2>
128</sect1>
Note: See TracBrowser for help on using the repository browser.