Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 822a45e2 authored by Leon Scroggins's avatar Leon Scroggins Committed by Gerrit Code Review
Browse files

Merge "libhwui: Use Vulkan by default" into main

parents 8262df76 511cca95
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ namespace uirenderer {

#ifndef __ANDROID__ // Layoutlib does not compile HWUIProperties.sysprop as it depends on cutils properties
std::optional<bool> use_vulkan() {
    return base::GetBoolProperty("ro.hwui.use_vulkan", false);
    return base::GetBoolProperty("ro.hwui.use_vulkan", true);
}

std::optional<std::int32_t> render_ahead() {