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

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

Issue 2288033003: Turned on SkSL->GLSL compiler (Closed)
Patch Set: wording cleanup 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

Powered by Google App Engine
This is Rietveld 408576698