Sign in
skia
/
skia
/
8d363988efebcbe62b2c8e364e833cd98df3aa83
/
.
/
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