Vulkan-Docs/out/index.html

75 lines
3.1 KiB
HTML

<html>
<head>
<title>Vulkan Spec Sandbox</title>
</head>
<body>
<h1>Vulkan Spec Sandbox</h1>
<p> This is the vulkan spec sandbox, used to view generated Vulkan API and
related documents. It is updated by hand periodically by Jon Leech. </p>
<ul>
<li> The <a href="1.0/styleguide.html">Vulkan API and Documentation
Style Guide</a> defines mandatory and recommended practices
for writing and modigying Specifications, extensions,
and reference page language. </li>
<li> The <a href="1.0/registry.html">Vulkan API Registry</a> document
describes the XML schema used in <tt>vk.xml</tt> in considerable
detail, for use when adding to or modifying the API. </li>
<li> <b> Core API Specifications </b>
<ul>
<li> <a href="1.0/xhtml/vkspec.html">Single document</a> (XHTML from 'a2x') </li>
<li> <a href="1.0/pdf/vkspec.pdf"> Vulkan API spec (PDF)</a> </li>
</ul>
</li>
<li> <b> Core + Khronos Extensions API Specifications </b>
<ul>
<li> <a href="1.0-wsi_extensions/xhtml/vkspec.html">Single document</a> (XHTML from 'a2x') </li>
<li> <a href="1.0-wsi_extensions/pdf/vkspec.pdf"> Vulkan API spec (PDF)</a> </li>
</ul>
</li>
<li> <b> Core + All Extensions API Specifications </b>
<ul>
<li> <a href="1.0-extensions/xhtml/vkspec.html">Single document</a> (XHTML from 'a2x') </li>
<li> <a href="1.0-extensions/pdf/vkspec.pdf"> Vulkan API spec (PDF)</a> </li>
</ul>
</li>
<li> <b> Khronos Data Format 1.1 Specification </b>
<ul>
<li> <a href="df/df_inline.html">(HTML)</a> </li>
<li> <a href="df/df.pdf">(PDF)</a> </li>
</ul>
</li>
<li> <b> Validator script output (Core API only)</b>
<ul>
<li> <a href="1.0/checks/notInSpec.txt">List of commands, structs, etc. not included in API spec</a></li>
<li> <a href="1.0/checks/specErrs.txt">Validator script output for API specification</a>
<li> <a href="1.0/checks/manErrs.txt">Validator script output for man pages</a>
</ul>
</li>
<li> <b> Reference pages (Core API only)</b>
<ul>
<li> <a href="1.0/apispec.html">Vulkan ref pages</a> (HTML, single document) </li>
<li> <a href="1.0/apispec.pdf">Vulkan ref pages</a> (PDF, single document) </li>
<li> <a href="1.0/man/html/">Vulkan ref pages</a> (HTML, separate files) </li>
</ul>
</li>
<li> <b> The following targets are for internal use only and are probably
not included in, or if included, not up to date in the sandbox
</b> </li>
<ul>
<li> Core API <a href="1.0/html/vkspec.html">Single document</a>
(HTML5 from 'asciidoc') </li>
<li> Core + KHR API <a
href="1.0-wsi_extensions/html/vkspec.html">Single document</a>
(HTML5 from 'asciidoc') </li>
<li> Core + All Extensions API <a
href="1.0-extensions/html/vkspec.html">Single document</a> (HTML5
from 'asciidoc') </li>
<li> <a href="1.0/man/3/">Vulkan ref pages</a> (nroff / Unix man page markup, separate files - <b>deprecated</b>) </li>
</ul>
</li>
</ul>
</body>
</html>