Index: src/gpu/gl/GrGLCaps.cpp |
diff --git a/src/gpu/gl/GrGLCaps.cpp b/src/gpu/gl/GrGLCaps.cpp |
index e850dcabafd46934a3aec91fafbe38c559cac864..fc2c8ce39857f600298167dc7116e6d9f68c6a8e 100644 |
--- a/src/gpu/gl/GrGLCaps.cpp |
+++ b/src/gpu/gl/GrGLCaps.cpp |
@@ -1197,6 +1197,7 @@ void GrGLCaps::initShaderPrecisionTable(const GrGLContextInfo& ctxInfo, |
glslCaps->fFloatPrecisions[kVertex_GrShaderType][p]; |
} |
} |
+ glslCaps->initSamplerPrecisionTable(); |
} |
bool GrGLCaps::bgraIsInternalFormat() const { |