xref
: /
external
/
skia
/
resources
/
sksl
/
errors
/
UnsupportedGLSLIdentifiers.sksl
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
void fragcoord() { float x =
gl_FragCoord.x
; }
2
void fragcolor() { float r =
gl_FragColor.r
; }
3