commit | e7afc2d85ba1db71ef8938ce3459cd78b30f71db | [log] [tgz] |
---|---|---|
author | joshualitt <joshualitt@chromium.org> | Fri Sep 11 10:44:13 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Fri Sep 11 10:44:14 2015 -0700 |
tree | 00b2b7f563a77a8e6fd42e43fa6fd5cbe6b43df7 | |
parent | 6efbe0537732a729d5bd500707dd0d8b0fc83553 [diff] [blame] |
Start trying to collapse path program stuff BUG=skia: Review URL: https://codereview.chromium.org/1333273003
diff --git a/src/gpu/gl/GrGLGeometryProcessor.cpp b/src/gpu/gl/GrGLGeometryProcessor.cpp index 4026c72..8998af4 100644 --- a/src/gpu/gl/GrGLGeometryProcessor.cpp +++ b/src/gpu/gl/GrGLGeometryProcessor.cpp
@@ -47,7 +47,7 @@ pb->addUniform(GrGLProgramBuilder::kVertex_Visibility, kMat33f_GrSLType, precision, strUniName.c_str(), - &uniName).toShaderBuilderIndex(); + &uniName).toIndex(); SkString strVaryingName("MatrixCoord"); strVaryingName.appendf("_%i_%i", i, t);