summaryrefslogtreecommitdiffstats
path: root/libs/hwui/Program.h
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2011-12-13 22:00:19 -0800
committerRomain Guy <romainguy@google.com>2011-12-13 22:00:19 -0800
commit2d4fd364843d3efc6e6ee59ccc5beb513a86d789 (patch)
treee6314681f94a7fcd0355a5700ecf65d9e3e0c5bb /libs/hwui/Program.h
parentec31f83bd3af1f900d1ee9116b15f56904c66dcd (diff)
downloadframeworks_base-2d4fd364843d3efc6e6ee59ccc5beb513a86d789.zip
frameworks_base-2d4fd364843d3efc6e6ee59ccc5beb513a86d789.tar.gz
frameworks_base-2d4fd364843d3efc6e6ee59ccc5beb513a86d789.tar.bz2
Reduce the number of active texture changes
Change-Id: I94046bdfe20740c26c8183822e3002d692fde7c4
Diffstat (limited to 'libs/hwui/Program.h')
-rw-r--r--libs/hwui/Program.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/hwui/Program.h b/libs/hwui/Program.h
index 559c717..eed909d 100644
--- a/libs/hwui/Program.h
+++ b/libs/hwui/Program.h
@@ -398,6 +398,8 @@ private:
bool mHasColorUniform;
int mColorUniform;
+
+ bool mHasSampler;
}; // class Program
}; // namespace uirenderer