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

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

Issue 1984363002: initial checkin of SkSL compiler (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: more cleanups Created 4 years, 6 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
(Empty)
1 STRINGIFY(
2
3 // defines built-in interfaces supported by SkiaSL vertex shaders
4
5 out gl_PerVertex {
6 layout(builtin=0) vec4 gl_Position;
7 layout(builtin=1) float gl_PointSize;
8 };
9
10 )
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698