Sign in
skia
/
skia
/
67c3ee616fb5014d483c5314900eea663f10f1e3
/
.
/
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