blob: 123c3393a20c5a3573e8239ab7336cc841cfb29c [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
ethannicholasdcfe6db2016-10-10 10:09:00 -07007)
mtklein4824cf42016-10-10 19:41:32 -07008