43 lines
1.6 KiB
HTML
43 lines
1.6 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
|
|
Specifications and related documents. Some or all of the links below may
|
|
not be present, depending on how the specification was built.</p>
|
|
|
|
<ul>
|
|
<li> The <a href="styleguide.html">Vulkan API and Documentation
|
|
Style Guide</a> defines mandatory and recommended practices
|
|
for writing and modifying Specifications, extensions,
|
|
and reference page language. </li>
|
|
<li> The <a href="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> Vulkan 1.1 Core API Specifications </b>
|
|
<ul>
|
|
<li> <a href="html/vkspec.html">Single document</a> (HTML5) </li>
|
|
<li> <a href="pdf/vkspec.pdf"> Vulkan API spec (PDF)</a> </li>
|
|
</ul>
|
|
</li>
|
|
<li> <b> Validator script output (Core API only)</b>
|
|
<ul>
|
|
<li> <a href="checks/notInSpec.txt">List of commands, structs, etc. not included in API spec</a></li>
|
|
<li> <a href="checks/specErrs.txt">Validator script output for API specification</a>
|
|
<li> <a href="checks/manErrs.txt">Validator script output for man pages</a>
|
|
</ul>
|
|
</li>
|
|
<li> <b> Reference pages (Core API only)</b>
|
|
<ul>
|
|
<li> <a href="apispec.html">Vulkan ref pages</a> (HTML, single document) </li>
|
|
<li> <a href="apispec.pdf">Vulkan ref pages</a> (PDF, single document) </li>
|
|
<li> <a href="man/html/">Vulkan ref pages</a> (HTML, separate files) </li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|