diff options
| author | 2012-09-26 16:49:28 -0700 | |
|---|---|---|
| committer | 2012-09-26 16:49:29 -0700 | |
| commit | 244a0bcadc167ed8519c7e34c62e116c1adc2dbe (patch) | |
| tree | dd2ec331c91601b3925e90f4e0bb0b669099b3ca /libs/hwui/Program.h | |
| parent | 13987fb43255ccb3802d415e32b1c5caf14291bb (diff) | |
| parent | 39284b763a09688468ed3799ebd2ebb76ea5dfd5 (diff) | |
Merge "Make gradients beautiful again Bug #7239634" into jb-mr1-dev
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 b1cb44690265..7e3aacf90260 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. |