Render your AR app using Vulkan
Platform-specific guides
Apps using ARCore can render the camera texture onto the screen using the
Vulkan graphics API.
Rendering your app using Vulkan lets you reduce CPU overhead.
When Vulkan rendering is enabled, ARCore updates an Android hardware buffer. This hardware buffer can be bound to a Vulkan VkImage
.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-12 UTC.
[null,null,["Last updated 2024-12-12 UTC."],[[["ARCore apps can utilize the Vulkan graphics API for rendering, leading to decreased CPU load."],["When using Vulkan, ARCore updates a hardware buffer that can be linked to a Vulkan VkImage."],["Platform-specific guides are available for Android using Kotlin/Java and Android NDK using C to implement Vulkan rendering in AR apps."]]],[]]