Hi, I’m experiencing two issues with skia in 2021.4.0-0329 (and 327):
it crashes when I’m simply pointing at skia image filters (blur or point light). I’m attaching a simple patch which does this callmenames-2021-08-30.vl (5.2 KB)
another issue is if I try to render any layer with point light as SkiaTexture in Stride it flickers and shows just the point light color with some black squares instead of the actual texture, hopefully these screenshots will explain something
Hi @robotanton it doesn’t really work. At first I was able to see shape without shades, but then it went like this even though I haven’t change anything.
Renderer(offscreen) is the culprit. If you use a texture coming from an image reader your patch works. I suggest you just use one renderer (skia texture) and compose your image just using layers and filters.