aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/glsl/GrGLSL.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/glsl/GrGLSL.h')
-rw-r--r--src/gpu/glsl/GrGLSL.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gpu/glsl/GrGLSL.h b/src/gpu/glsl/GrGLSL.h
index bc5b319465..4461f4c60f 100644
--- a/src/gpu/glsl/GrGLSL.h
+++ b/src/gpu/glsl/GrGLSL.h
@@ -146,10 +146,6 @@ static inline const char* GrGLSLTypeString(GrSLType t) {
return "texture2D";
case kSampler_GrSLType:
return "sampler";
- case kImageStorage2D_GrSLType:
- return "image2D";
- case kIImageStorage2D_GrSLType:
- return "iimage2D";
}
SkFAIL("Unknown shader var type.");
return ""; // suppress warning