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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 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."]]],[]]