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

Commit 61a7f610 authored by Bo Liu's avatar Bo Liu
Browse files

DO NOT MERGE Add DrawGlInfo kModeProcessNoContext

Change-Id: I5a515c348c058264361ca9191f8fd7f0e6ff932b
parent 0f7c0570
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -55,7 +55,8 @@ struct DrawGlInfo {
        kModeDraw,
        // Indicates the the functor is called only to perform
        // processing and that no draw should be attempted
        kModeProcess
        kModeProcess,
        kModeProcessNoContext
    };

    /**