Merge misc. tweaks from private repository
This commit is contained in:
parent
6a5aea69bd
commit
6dec67719a
|
@ -9,21 +9,21 @@
|
|||
related documents. It is updated by hand periodically by Jon Leech. </p>
|
||||
|
||||
<ul>
|
||||
<li> The <a href="core/styleguide.html">Vulkan Style Guide</a> is a work
|
||||
<li> The <a href="1.0/styleguide.html">Vulkan Style Guide</a> is a work
|
||||
in progress (but significantly complete) document, useful when
|
||||
writing and modifying Specification and reference page language.
|
||||
<li> <b> Core API Specifications </b>
|
||||
<ul>
|
||||
<li> <a href="core/xhtml/vkspec.html">Single document</a> (XHTML from 'a2x') </li>
|
||||
<li> <a href="core/pdf/vkspec.pdf"> Vulkan API spec (PDF)</a> </li>
|
||||
<!-- <li> <a href="core/vkspec.chunked/index.html">Chunked HTML</a> (may be out of date or not present) </li> -->
|
||||
<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>
|
||||
<!-- <li> <a href="1.0/vkspec.chunked/index.html">Chunked HTML</a> (may be out of date or not present) </li> -->
|
||||
</ul>
|
||||
</li>
|
||||
<li> <b> Core+WSI API Specifications </b>
|
||||
<ul>
|
||||
<li> <a href="wsi/xhtml/vkspec.html">Single document</a> (XHTML from 'a2x') </li>
|
||||
<li> <a href="wsi/pdf/vkspec.pdf"> Vulkan API spec (PDF)</a> </li>
|
||||
<!-- <li> <a href="wsi/vkspec.chunked/index.html">Chunked HTML</a> (may be out of date or not present) </li> -->
|
||||
<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>
|
||||
<!-- <li> <a href="1.0-wsi_extensions/vkspec.chunked/index.html">Chunked HTML</a> (may be out of date or not present) </li> -->
|
||||
</ul>
|
||||
</li>
|
||||
<li> <b> Khronos Data Format 1.1 Specification </b>
|
||||
|
@ -34,26 +34,26 @@
|
|||
</li>
|
||||
<li> <b> Validator script output (Core API only)</b>
|
||||
<ul>
|
||||
<li> <a href="core/checks/notInSpec.txt">List of commands, structs, etc. not included in API spec</a></li>
|
||||
<li> <a href="core/checks/specErrs.txt">Validator script output for API specification</a>
|
||||
<li> <a href="core/checks/manErrs.txt">Validator script output for man pages</a>
|
||||
<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="core/apispec.html">Vulkan ref pages</a> (HTML, single document) </li>
|
||||
<li> <a href="core/apispec.pdf">Vulkan ref pages</a> (PDF, single document) </li>
|
||||
<li> <a href="core/man/html/">Vulkan ref pages</a> (HTML, separate files) </li>
|
||||
<li> <a href="core/man/3/">Vulkan ref pages</a> (nroff / Unix man page markup, separate files) </li>
|
||||
<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>
|
||||
<li> <a href="1.0/man/3/">Vulkan ref pages</a> (nroff / Unix man page markup, 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="core/html/vkspec.html">Single document</a> (HTML from
|
||||
<li> Core API <a href="1.0/html/vkspec.html">Single document</a> (HTML from
|
||||
'asciibook') </li>
|
||||
<li> Core+WSI API <a href="wsi/html/vkspec.html">Single
|
||||
<li> Core+WSI API <a href="1.0-wsi_extensions/html/vkspec.html">Single
|
||||
document</a> (HTML from 'asciibook') </li>
|
||||
</ul>
|
||||
</li>
|
||||
|
|
Loading…
Reference in New Issue