Sign in
◑
Theme
skia
/
skia
/
bb5fbf9d5a31a4f10cbc6cd21999e17841d1e2f8
/
.
/
tests
/
sksl
/
errors
/
UniformVarWithInitializerExpression.glsl
blob: 9216e9ec66531656173c5c195da8175477a78de7 [
file
]
### Compilation failed:
error
:
1
:
'uniform'
variables cannot
use
initializer expressions
uniform
float
x
=
1
;
^
1
error