Sign in
skia
/
skia
/
chrome/m141
/
.
/
tests
/
sksl
/
errors
/
DuplicateBuiltinFunction.glsl
blob: a31712bcbc81bfc613a4c7673eb7edb923980f40 [
file
] [
log
] [
blame
]
### Compilation failed:
error
:
1
:
'$pure'
is
not
permitted here
$pure half cross_length_2d
(
half2
,
half2
)
{}
^^^^^
error
:
1
:
function
'cross_length_2d'
can
exit
without returning a value
$pure half cross_length_2d
(
half2
,
half2
)
{}
^^
2
errors