Sign in
skia
/
skia
/
67c3ee616fb5014d483c5314900eea663f10f1e3
/
.
/
tests
/
sksl
/
errors
/
OpaqueTypeOutParam.glsl
blob: 83bf648b50e6b9c3057b1b7cfd9dd55b63f7254a [
file
] [
log
] [
blame
]
### Compilation failed:
error
:
2
:
'out'
is
not
permitted here
void
func2
(
out
sampler2D s
)
{
/*error*/
}
^^^
error
:
3
:
'out'
is
not
permitted here
void
func3
(
inout sampler2D s
)
{
/*error*/
}
^^^^^
2
errors