Merge "Docs: Landing page for Vulkan docs." into mnc-docs

This commit is contained in:
David Friedman
2016-02-12 23:40:34 +00:00
committed by Android (Google) Code Review
3 changed files with 29 additions and 75 deletions

View File

@@ -0,0 +1,22 @@
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>

View File

@@ -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>

View File

@@ -1,75 +0,0 @@
<?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>