You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding a Ticker fixes the problem or using Renderer's prepare plugin. Even though your image is downloaded (with onload), it needs to be uploaded to the GPU, which can take about frame or so.
I don't like Ticker solution due to need to start a Ticker timer.
So I tried to make it work with prepare solution, but with no luck. I updated stackbliz, please look if you can help me with what I'm doing wrong. Callback is called but nothing is rendered.. https://stackblitz.com/edit/typescript-qu4egd?file=index.ts
I'm not sure, what I'm doing wrong but I can't get any custom filter to work. Build-in filters work correctly.
Link to reproduce:
https://stackblitz.com/edit/typescript-qu4egd?file=index.ts
No errors in console..
Thanks for any advice..
The text was updated successfully, but these errors were encountered: