diff options
Diffstat (limited to 'libs/hwui/Program.h')
-rw-r--r-- | libs/hwui/Program.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/hwui/Program.h b/libs/hwui/Program.h index e8b6d47..a252209 100644 --- a/libs/hwui/Program.h +++ b/libs/hwui/Program.h @@ -430,10 +430,13 @@ private: bool mUse; bool mInitialized; + // Uniforms caching bool mHasColorUniform; int mColorUniform; bool mHasSampler; + + mat4 mProjection; }; // class Program }; // namespace uirenderer |