We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0429938 commit 8e025deCopy full SHA for 8e025de
libs/hwui/ProgramCache.cpp
@@ -77,6 +77,8 @@ const char* gVS_Header_Varyings_PointHasBitmap[2] = {
77
// High precision
78
"varying highp vec2 outPointBitmapTexCoords;\n"
79
};
80
+// TODO: These values are used to sample from textures,
81
+// they may need to be highp
82
const char* gVS_Header_Varyings_HasGradient[3] = {
83
// Linear
84
"varying vec2 linear;\n",
0 commit comments