Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
b3058bdb1049ca75d526eb9f11e1a42a49e63585
/
.
/
src
/
sksl
/
sksl_frag.include
blob: b4047fe09199801824cc38897c717bf6032df32b [
file
] [
log
] [
blame
]
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
7
)