Sign in
skia
/
skia
/
a489e3f1fb94554cfba03e9966df1cc37dd97f70
/
.
/
src
/
sksl
/
sksl_vert.include
blob: e0b01efa4950e8ef288778e2451a714c43cbadd9 [
file
] [
log
] [
blame
]
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
;
};
)