Sign in
skia
/
skia
/
8d363988efebcbe62b2c8e364e833cd98df3aa83
/
.
/
tests
/
sksl
/
errors
/
UnscopedVariableInIf.glsl
blob: f3003e8ba5d6eb008199e83fc421698d9b629861 [
file
] [
log
] [
blame
]
### Compilation failed:
error
:
2
:
variable
'x'
must be created
in
a scope
if
(
true
)
half4 x
;
^^^^^^^
1
error