diff options
Diffstat (limited to 'libs/hwui/Glop.h')
-rw-r--r-- | libs/hwui/Glop.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/hwui/Glop.h b/libs/hwui/Glop.h index c9a5679..62da6e0 100644 --- a/libs/hwui/Glop.h +++ b/libs/hwui/Glop.h @@ -94,8 +94,10 @@ struct Glop { struct TextureData { Texture* texture; + GLenum target; GLenum filter; GLenum clamp; + Matrix4* textureTransform; } texture; bool colorEnabled; |