aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/GLVertexAttributesBench.cpp
diff options
context:
space:
mode:
authorGravatar egdaniel <egdaniel@google.com>2015-10-22 08:20:00 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-10-22 08:20:00 -0700
commit472d44e8f881f87449d11ba66515d3c1c5e69891 (patch)
tree1dc846f52b93a583ba0095403f63392446d51f05 /bench/GLVertexAttributesBench.cpp
parent26ad17b8f872fc8bc18df7f49067edbd8b9799e8 (diff)
Add version string and force highp NDS transfrom to GLSLCaps
This also include the use of any() in the shaders. BUG=skia: Committed: https://skia.googlesource.com/skia/+/cef4bce8e260b49bf3417eadbac806cf7d39cdc8 Review URL: https://codereview.chromium.org/1417993004
Diffstat (limited to 'bench/GLVertexAttributesBench.cpp')
-rw-r--r--bench/GLVertexAttributesBench.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/GLVertexAttributesBench.cpp b/bench/GLVertexAttributesBench.cpp
index f8325e4e77..1051c31a9d 100644
--- a/bench/GLVertexAttributesBench.cpp
+++ b/bench/GLVertexAttributesBench.cpp
@@ -65,7 +65,7 @@ private:
GrGLuint GLVertexAttributesBench::setupShader(const GrGLContext* ctx, uint32_t attribs,
uint32_t maxAttribs) {
- const char* version = GrGLGetGLSLVersionDecl(*ctx);
+ const char* version = ctx->caps()->glslCaps()->versionDeclString();
// setup vertex shader
GrGLSLShaderVar aPosition("a_position", kVec4f_GrSLType, GrShaderVar::kAttribute_TypeModifier);