diff options
Diffstat (limited to 'src/gpu/glsl')
-rw-r--r-- | src/gpu/glsl/GrGLSL.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gpu/glsl/GrGLSL.cpp b/src/gpu/glsl/GrGLSL.cpp index 807fe94176..d1881e5558 100644 --- a/src/gpu/glsl/GrGLSL.cpp +++ b/src/gpu/glsl/GrGLSL.cpp @@ -54,8 +54,6 @@ const char* GrGLSLTypeString(const GrShaderCaps* shaderCaps, GrSLType t) { return "samplerExternalOES"; case kTexture2DRectSampler_GrSLType: return "sampler2DRect"; - case kBufferSampler_GrSLType: - return "samplerBuffer"; case kBool_GrSLType: return "bool"; case kInt_GrSLType: |