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

Commit 82637f5e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Invoke Vulkan initialize earlier"

parents 649357f4 150001aa
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -171,6 +171,9 @@ void RenderThread::initThreadLocals() {
    mRenderState = new RenderState(*this);
    mVkManager = new VulkanManager(*this);
    mCacheManager = new CacheManager(mDisplayInfo);
    if (Properties::getRenderPipelineType() == RenderPipelineType::SkiaVulkan) {
        mVkManager->initialize();
    }
}

void RenderThread::requireGlContext() {