/ out / index.html
index.html
 1  <html>
 2  <head>
 3  <title>Vulkan Spec Sandbox</title>
 4  </head>
 5  <body>
 6  <h1>Vulkan Spec Sandbox</h1>
 7  
 8  <p> This is the vulkan spec sandbox, used to view generated Vulkan API
 9      Specifications and related documents. Some or all of the links below may
10      not be present, depending on how the specification was built.</p>
11  
12  <ul>
13    <li> The <a href="styleguide.html">Vulkan API and Documentation
14         Style Guide</a> defines mandatory and recommended practices
15         for writing and modifying Specifications, extensions,
16         and reference page language. </li>
17    <li> The <a href="registry.html">Vulkan API Registry</a> document
18         describes the XML schema used in <tt>vk.xml</tt> in considerable
19         detail, for use when adding to or modifying the API. </li>
20    <li> <b> Vulkan 1.1 Core API Specifications </b>
21      <ul>
22        <li> <a href="html/vkspec.html">Single document</a> (HTML5) </li>
23        <li> <a href="pdf/vkspec.pdf"> Vulkan API spec (PDF)</a> </li>
24      </ul>
25    </li>
26    <li> <b> Validator script output (Core API only)</b>
27      <ul>
28        <li> <a href="checks/notInSpec.txt">List of commands, structs, etc. not included in API spec</a></li>
29        <li> <a href="checks/specErrs.txt">Validator script output for API specification</a>
30        <li> <a href="checks/manErrs.txt">Validator script output for man pages</a>
31      </ul>
32    </li>
33    <li> <b> Reference pages (Core API only)</b>
34      <ul>
35        <li> <a href="apispec.html">Vulkan ref pages</a> (HTML, single document) </li>
36        <li> <a href="apispec.pdf">Vulkan ref pages</a> (PDF, single document) </li>
37        <li> <a href="man/html/">Vulkan ref pages</a> (HTML, separate files) </li>
38      </ul>
39    </li>
40  </ul>
41  </body>
42  </html>