Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d4a23b2c authored by David Friedman's avatar David Friedman
Browse files

Docs: Landing page for Vulkan docs.

Bug: 26568797
Change-Id: I149c86cc3ea463b64d4b04dc12608c85f0891f2f
parent bf80159a
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
page.title=Vulkan Graphics API
@jd:body

<p>
<a class="external-link" href="https://www.khronos.org/vulkan/">Vulkan</a> is a
low-overhead, cross-platform API for high-performance, 3D graphics. Like OpenGL
ES, Vulkan provides tools for creating high-quality, real-time graphics in
applications. In addition, Vulkan provides other advantages, such as reducing
CPU overhead and providing support for the
<a class="external-link" href="https://www.khronos.org/spir">SPIR-V Binary
Intermediate language</a>.
</p>

<p>
For general information about this cross-platform API specification, see
Khronos's
<a class="external-link" href="http://khr.io/vulkanlaunchoverview">
Vulkan Overview</a>.
You can also keep up with the latest Vulkan-related developments at the
Vulkan
<a class="external-link" href="https://www.khronos.org/#slider_vulkan">news page</a>.
</p>
+7 −0
Original line number Diff line number Diff line
@@ -73,6 +73,13 @@
      </ul>
   </li>

      <li class="nav-section">
      <div class="nav-section-header empty">
      <a href="<?cs var:toroot ?>ndk/guides/graphics/index.html">
      <span class="en">Graphics</span></a></div>
   </li>


</ul>


+0 −75
Original line number Diff line number Diff line
<?cs # Table of contents for Dev Guide.

       For each document available in translation, add an localized title to this TOC.
       Do not add localized title for docs not available in translation.
       Below are template spans for adding localized doc titles. Please ensure that
       localized titles are added in the language order specified below.
?>

<ul id="nav">
   <li class="nav-section">
      <div class="nav-section-header"><a href="<?cs var:toroot ?>ndk/guides/index.html">
      <span class="en">Getting Started</span></a></div>
      <ul>
         <li><a href="<?cs var:toroot ?>ndk/guides/setup.html">Setup</a></li>
         <li><a href="<?cs var:toroot ?>ndk/guides/concepts.html">Concepts</a></li>
      </ul>
   </li>

   <li class="nav-section">
      <div class="nav-section-header"><a href="<?cs var:toroot ?>ndk/guides/build.html">
      <span class="en">
      Building</span></a></div>
      <ul>
         <li><a href="<?cs var:toroot ?>ndk/guides/android_mk.html">Android.mk</a></li>
         <li><a href="<?cs var:toroot ?>ndk/guides/application_mk.html">Application.mk</a></li>
         <li><a href="<?cs var:toroot ?>ndk/guides/ndk-build.html">ndk-build</a></li>
         <li><a href="<?cs var:toroot ?>ndk/guides/standalone_toolchain.html">Standalone Toolchain
         </a></li>
      </ul>
   </li>

   <li class="nav-section">
      <div class="nav-section-header"><a href="<?cs var:toroot ?>ndk/guides/arch.html">
      <span class="en">Architectures and CPUs</span></a></div>
      <ul>
         <li><a href="<?cs var:toroot ?>ndk/guides/abis.html">ABI Management</a></li>
         <li><a href="<?cs var:toroot ?>ndk/guides/cpu-arm-neon.html">NEON</a></li>
         <li><a href="<?cs var:toroot ?>ndk/guides/x86.html">x86</a></li>
         <li><a href="<?cs var:toroot ?>ndk/guides/x86-64.html">x86-64</a></li>
         <li><a href="<?cs var:toroot ?>ndk/guides/mips.html">MIPS</a></li>
         <li><a href="<?cs var:toroot ?>ndk/guides/cpu-features.html">The cpufeatures Library</a>
         </li>
      </ul>
   </li>

   <li class="nav-section">
      <div class="nav-section-header"><a href="<?cs var:toroot ?>ndk/guides/debug.html">
      <span class="en">Debugging</span></a></div>
      <ul>
         <li><a href="<?cs var:toroot ?>ndk/guides/ndk-gdb.html">ndk-gdb</a></li>
         <li><a href="<?cs var:toroot ?>ndk/guides/ndk-stack.html">ndk-stack</a></li>
      </ul>
   </li>

   <li class="nav-section">
      <div class="nav-section-header"><a href="<?cs var:toroot ?>ndk/guides/libs.html">
      <span class="en">Libraries</span></a></div>
      <ul>
      <li><a href="<?cs var:toroot ?>ndk/guides/prebuilts.html">Prebuilt Libraries</a></li>
      <li><a href="<?cs var:toroot ?>ndk/guides/cpp-support.html">C++ Support</a></li>
      <li><a href="<?cs var:toroot ?>ndk/guides/stable_apis.html">Stable APIs</a></li>

      </ul>
   </li>

</ul>


<script type="text/javascript">
<!--
    buildToggleLists();
    changeNavLang(getLangPref());
//-->
</script>