Docs: Updates NDK TOC to include new Vulkan pages.

Change-Id: I90d768526afaf6098e66968f8bbf610b4e22fd78
This commit is contained in:
David Friedman
2016-04-13 01:26:07 -07:00
parent 922b5e4ddc
commit 1ab34c0f56

View File

@@ -74,9 +74,20 @@
</li>
<li class="nav-section">
<div class="nav-section-header empty">
<div class="nav-section-header">
<a href="<?cs var:toroot ?>ndk/guides/graphics/index.html">
<span class="en">Graphics</span></a></div>
<span class="en">Vulkan</span></a></div>
<ul>
<li><a href="<?cs var:toroot ?>ndk/guides/graphics/getting-started.html">
Getting Started</a></li>
<li><a href="<?cs var:toroot ?>ndk/guides/graphics/design-notes.html">
Design Guidelines</a></li>
<li><a href="<?cs var:toroot ?>ndk/guides/graphics/shader-compilers.html">
Shader Compilers</a></li>
<li><a href="<?cs var:toroot ?>ndk/guides/graphics/validation-layer.html">
Validation Layers</a></li>
</ul>
</ul>
</li>