aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLSL.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/gl/GrGLSL.h')
-rw-r--r--src/gpu/gl/GrGLSL.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gpu/gl/GrGLSL.h b/src/gpu/gl/GrGLSL.h
index b031a40a61..3cbce9c546 100644
--- a/src/gpu/gl/GrGLSL.h
+++ b/src/gpu/gl/GrGLSL.h
@@ -35,14 +35,6 @@ enum GrGLSLGeneration {
* Desktop GLSL 1.50
*/
k150_GrGLSLGeneration,
- /**
- * Desktop GLSL 3.30, and ES GLSL 3.00
- */
- k330_GrGLSLGeneration,
- /**
- * ES GLSL 3.10 only TODO Make GLSLCap objects to make this more granular
- */
- k310es_GrGLSLGeneration,
};
/**