Index: src/gpu/gl/GrGLCaps.cpp |
diff --git a/src/gpu/gl/GrGLCaps.cpp b/src/gpu/gl/GrGLCaps.cpp |
index e850dcabafd46934a3aec91fafbe38c559cac864..7eebe7d54084460470fec55c5ecddb59623a16df 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->initEffectiveFloatPrecisionTable(); |
} |
bool GrGLCaps::bgraIsInternalFormat() const { |