Sign in
skia
/
skia
/
67c3ee616fb5014d483c5314900eea663f10f1e3
/
.
/
tests
/
sksl
/
errors
/
IntrinsicInGlobalVariable.glsl
blob: c08302dcb53a56ec4ec88cffc106899d6db7ac7d [
file
] [
log
] [
blame
]
### Compilation failed:
error
:
1
:
global
variable initializer must be a constant expression
half4 c
=
blend_src_over
(
half4
(
1
),
half4
(
0
));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1
error