Le app che utilizzano ARCore possono visualizzare la texture della fotocamera sullo schermo utilizzando
API Vulkan Graphics.
Il rendering della tua app utilizzando Vulkan consente di ridurre l'overhead della CPU.
Quando il rendering Vulkan è attivato, ARCore aggiorna un buffer hardware Android. Questo buffer hardware può essere associato a un Vulkan VkImage.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2024-08-16 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."]]],[]]