Vulkan 圖形 API
Android 平台提供適用於 Khronos Group Vulkan API 規範的 Android 專屬實作。Vulkan 是一種用於高效能 3D 圖形的低成本跨平台 API。這個 API 提供各項工具,可讓您在應用程式中製作高品質的即時圖形。Vulkan 還具有多項優勢,例如降低 CPU 的負擔,並支援 SPIR-V 二進位制中介語言。
本節首先說明如何開始在 Android 應用程式中使用 Vulkan,接著介紹 Android 平台上的 Vulkan 設計指南,並為您提供當中的實用須知資訊。您可透過這些資訊,瞭解如何使用 Vulkan 的著色器編譯器。
最後,我們將說明如何透過驗證層確保使用 Vulkan 應用程式的穩定性。
如需進一步瞭解這個跨平台 API 規範的一般資訊,請參閱 Khronos 的 Vulkan 總覽。
您也可以透過 Vulkan 最新消息頁面,隨時掌握最新的 Vulkan 相關開發資訊。
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2022-05-04 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"缺少我需要的資訊"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"過於複雜/步驟過多"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"過時"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻譯問題"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"示例/程式碼問題"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"其他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"容易理解"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"確實解決了我的問題"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"其他"
}]