Sign in
skia
/
skia
/
67c3ee616fb5014d483c5314900eea663f10f1e3
/
.
/
tests
/
sksl
/
errors
/
FloatRemainder.glsl
blob: bc3a61994d965400fca93a6c8aee4f7d8ec241a1 [
file
] [
log
] [
blame
]
### Compilation failed:
error
:
6
:
type mismatch
:
'%'
cannot operate on
'float'
,
'float'
void
rem
()
{
x
=
x
%
y
;
}
^^^^^
error
:
7
:
type mismatch
:
'%='
cannot operate on
'float'
,
'float'
void
rem_eq
()
{
x
%=
y
;
}
^^^^^^
2
errors