diff options
Diffstat (limited to 'libs/hwui/OpenGLRenderer.h')
-rw-r--r-- | libs/hwui/OpenGLRenderer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/hwui/OpenGLRenderer.h b/libs/hwui/OpenGLRenderer.h index d140428..4f7f01e 100644 --- a/libs/hwui/OpenGLRenderer.h +++ b/libs/hwui/OpenGLRenderer.h @@ -930,6 +930,9 @@ private: */ Texture* getTexture(const SkBitmap* bitmap); + // Ortho matrix used for projection in shaders + mat4 mProjectionMatrix; + /** * Model-view matrix used to position/size objects * |