ethannicholas | b3058bd | 2016-07-01 08:22:01 -0700 | [diff] [blame] | 1 | STRINGIFY( |
2 | |||||
3 | // defines built-in interfaces supported by SkiaSL fragment shaders | ||||
4 | |||||
5 | layout(builtin=15) in vec4 gl_FragCoord; | ||||
6 | |||||
ethannicholas | dcfe6db | 2016-10-10 10:09:00 -0700 | [diff] [blame] | 7 | ) |
mtklein | 4824cf4 | 2016-10-10 19:41:32 -0700 | [diff] [blame] | 8 |