Vulkan グラフィック API
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
Android プラットフォームには、Khronos Group が策定した Vulkan API 仕様の Android 固有の実装が含まれています。Vulkan は、高パフォーマンスの 3D グラフィックを実現する、低オーバーヘッドのクロス プラットフォーム API です。高品質のリアルタイム グラフィックをアプリで作成するためのツールを提供します。また Vulkan のメリットとして、CPU オーバーヘッドの削減や、SPIR-V バイナリ中間言語のサポートなども挙げられます。
このセクションでは、Android アプリで Vulkan の使用を開始する方法を最初に説明します。次に、Android プラットフォームにある Vulkan 設計ガイドラインについて知っておくべき有益な情報を示します。さらに、Vulkan のシェーダー コンパイラの使用方法について説明します。最後に、Vulkan を使用するアプリの安定性の確保に役立つ検証レイヤの使い方を紹介します。
このクロスプラットフォーム API 仕様に関する一般的な情報については、Khronos Group の Vulkan の概要をご覧ください。
また、Vulkan のニュースページでは、Vulkan に関する最新の開発情報を確認できます。
このページのコンテンツやコードサンプルは、コンテンツ ライセンスに記載のライセンスに従います。Java および OpenJDK は Oracle および関連会社の商標または登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[],[],null,["# Vulkan graphics API\n\nThe Android platform includes an Android-specific implementation of the\n[Vulkan](https://www.khronos.org/vulkan/) API\nspecification from the Khronos Group. Vulkan is a\nlow-overhead, cross-platform API for high-performance, 3D graphics. It provides tools\nfor creating high-quality, real-time graphics in\napplications. Vulkan also provides advantages such as reducing\nCPU overhead and providing support for the\n[SPIR-V Binary\nIntermediate language](https://www.khronos.org/spir).\n\n\nThis section begins with information on how to\n[get started](/ndk/guides/graphics/getting-started) using Vulkan in your\nAndroid app. Next, it provides useful information that you should know about\n[Vulkan design guidelines](/ndk/guides/graphics/design-notes)\non the Android platform. From there, it explains how\nto use Vulkan's [shader compilers](/ndk/guides/graphics/shader-compilers).\nLast, it teaches you how to use\n[validation layers](/ndk/guides/graphics/validation-layer)\nto help assure stability in apps using Vulkan.\n\n\nFor more general information about this cross-platform API specification, see\nKhronos's\n[Vulkan Overview](http://khr.io/vulkanlaunchoverview).\nYou can also keep up with the latest Vulkan-related developments at the\nVulkan\n[news page](https://www.khronos.org/#slider_vulkan)."]]