diff --git a/docs/html/ndk/guides/graphics/index.jd b/docs/html/ndk/guides/graphics/index.jd new file mode 100644 index 0000000000000..e98f8b7b96b06 --- /dev/null +++ b/docs/html/ndk/guides/graphics/index.jd @@ -0,0 +1,22 @@ +page.title=Vulkan Graphics API +@jd:body + +
+Vulkan 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 +SPIR-V Binary +Intermediate language. +
+ ++For general information about this cross-platform API specification, see +Khronos's + +Vulkan Overview. +You can also keep up with the latest Vulkan-related developments at the +Vulkan +news page. +
diff --git a/docs/html/ndk/guides/guides_toc.cs b/docs/html/ndk/guides/guides_toc.cs index 4c4c64e2f95f8..2f31b4b311165 100644 --- a/docs/html/ndk/guides/guides_toc.cs +++ b/docs/html/ndk/guides/guides_toc.cs @@ -73,6 +73,13 @@ +