xref
: /
external
/
skia
/
resources
/
sksl
/
errors
/
UnscopedVariableInIf.sksl
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
void main() {
2
if (true) half4 x;
3
}
4