aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sksl/sksl_vert.include
blob: 85b53850a08ebae69e8e13e8fb4eb43c4597b26b (plain)
1
2
3
4
5
6
7
8
9
10
11
STRINGIFY(

// defines built-in interfaces supported by SkiaSL vertex shaders

out gl_PerVertex {
  	layout(builtin=0) vec4 gl_Position;
  	layout(builtin=1) float gl_PointSize;
};

)