Skip to content

Commit f82e22d

Browse files
Romain GuyAndroid (Google) Code Review
authored andcommitted
Merge "Note to self"
2 parents d48a84c + 8e025de commit f82e22d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libs/hwui/ProgramCache.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ const char* gVS_Header_Varyings_PointHasBitmap[2] = {
7777
// High precision
7878
"varying highp vec2 outPointBitmapTexCoords;\n"
7979
};
80+
// TODO: These values are used to sample from textures,
81+
// they may need to be highp
8082
const char* gVS_Header_Varyings_HasGradient[3] = {
8183
// Linear
8284
"varying vec2 linear;\n",

0 commit comments

Comments
 (0)