Sign in
skia
/
skia
/
7e33d95f4f881f7d304ea81db39d20be4dab4416
/
.
/
resources
/
sksl
/
errors
/
OpaqueTypeConstruction.sksl
blob: 742192765a53ebe4df41f3344785015c99e1bc08 [
file
] [
log
] [
blame
]
sampler a
;
void
func
(
sampler s
)
{}
void
main
()
{
func
(
sampler
(
a
));
}