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

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: fixed CMake build Created 4 years, 5 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
« no previous file with comments | « src/sksl/sksl_frag.include ('k') | src/sksl/spirv.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « src/sksl/sksl_frag.include ('k') | src/sksl/spirv.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698