Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(445)

Unified Diff: src/gpu/gl/GrGLSL.h

Issue 659443007: Support GLSL es 3.00 (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: bug war Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
};
/**

Powered by Google App Engine
This is Rietveld 408576698