blob: b4047fe09199801824cc38897c717bf6032df32b [file] [log] [blame]
ethannicholasb3058bd2016-07-01 08:22:01 -07001STRINGIFY(
2
3// defines built-in interfaces supported by SkiaSL fragment shaders
4
5layout(builtin=15) in vec4 gl_FragCoord;
6
7)