Index: src/gpu/gl/GrGLSL.h |
diff --git a/src/gpu/gl/GrGLSL.h b/src/gpu/gl/GrGLSL.h |
index 3cbce9c546cb6f2781788e25238c91c6a47c5de1..b031a40a61c8508c863f55d3fdb041add7f19745 100644 |
--- a/src/gpu/gl/GrGLSL.h |
+++ b/src/gpu/gl/GrGLSL.h |
@@ -35,6 +35,14 @@ 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, |
}; |
/** |