Index: src/gpu/gl/GrGLSL.h |
diff --git a/src/gpu/gl/GrGLSL.h b/src/gpu/gl/GrGLSL.h |
index 3cbce9c546cb6f2781788e25238c91c6a47c5de1..cc89ab9b3ebfd8d374c2e36ec133773918d6615b 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 or ES GLSL 3.00 |
+ */ |
+ k300_GrGLSLGeneration, |
bsalomon
2014/10/16 01:41:35
Isn't ES GLSL 3.00 based off GLSL 3.3? The other v
|
+ /** |
+ * Desktop or ES GLSL 3.10 |
+ */ |
+ k310_GrGLSLGeneration, |
}; |
/** |