diff options
Diffstat (limited to 'libs/hwui/Texture.h')
| -rw-r--r-- | libs/hwui/Texture.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/hwui/Texture.h b/libs/hwui/Texture.h index b3b17ca..6802c59 100644 --- a/libs/hwui/Texture.h +++ b/libs/hwui/Texture.h @@ -31,6 +31,10 @@ struct Texture { */ GLuint id; /** + * Generation of the backing bitmap, + */ + uint32_t generation; + /** * Indicates whether the texture requires blending. */ bool blend; |
