aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sksl/sksl_frag.include
blob: b4047fe09199801824cc38897c717bf6032df32b (plain)
1
2
3
4
5
6
7
STRINGIFY(

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

layout(builtin=15) in vec4 gl_FragCoord;

)