Sign in
skia
/
skia
/
6dece64b9d7a8b9df41fed0bdde772b7d35b905b
/
.
/
resources
/
sksl
/
errors
/
UnsupportedGLSLIdentifiers.sksl
blob: 8c44b5ee95bd594a1c9d8996eaa59354b8b09390 [
file
] [
log
] [
blame
]
void
fragcoord
()
{
float
x
=
gl_FragCoord
.
x
;
}
void
fragcolor
()
{
float
r
=
gl_FragColor
.
r
;
}