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