Skip to content

Commit 8e025de

Browse files
author
Romain Guy
committed
Note to self
Change-Id: Ic5699bdbf880ad68748c827bb5b4976b12d4d413
1 parent 0429938 commit 8e025de

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)