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

Side by Side Diff: src/sksl/sksl_frag.include

Issue 2288033003: Turned on SkSL->GLSL compiler (Closed)
Patch Set: fixed unused variable error Created 4 years, 3 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 unified diff | Download patch
OLDNEW
1 STRINGIFY( 1 STRINGIFY(
2 2
3 // defines built-in interfaces supported by SkiaSL fragment shaders 3 // defines built-in interfaces supported by SkiaSL fragment shaders
4 4
5 layout(builtin=15) in vec4 gl_FragCoord; 5 layout(builtin=15) in vec4 gl_FragCoord;
6 6
7 layout(builtin=10001) vec4 sk_FragColor;
8
7 ) 9 )
OLDNEW
« src/gpu/gl/GrGLContext.h ('K') | « src/sksl/SkSLUtil.cpp ('k') | tests/SkSLGLSLTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698