Custom SKIA shader

hi all,

Is it possible to write a custom shader for skia? I want to do simple sprite sheet animations, but the fastest way I found using cliprect still scales poorly. Can’t use stride for this. I tried looking into the vvvv/skia git, but it shows empty.

Any pointers?

in theory it should be possible but last time we tried it didn’t work properly yet so it is not exposed yet, but see SkiaSharp.SKRuntimeEffect if you want to give it a shot.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.