diff options
Diffstat (limited to 'libs/hwui/Program.h')
| -rw-r--r-- | libs/hwui/Program.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libs/hwui/Program.h b/libs/hwui/Program.h index b1cb446..7e3aacf 100644 --- a/libs/hwui/Program.h +++ b/libs/hwui/Program.h @@ -374,6 +374,11 @@ public: */ int transform; + /** + * Name of the projection uniform. + */ + int projection; + protected: /** * Adds an attribute with the specified name. |
