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
But if I want to using ImageFilter.MakeRuntimeShader with set childShader and input then dynamic source is gone
constsrcBuilder=Skia.RuntimeShaderBuilder(shader);constsrcFilter=Skia.ImageFilter.MakeRuntimeShader(srcBuilder,null,null);// 'image' uniform will be receivedconstsrcFilter=Skia.ImageFilter.MakeRuntimeShader(srcBuilder,'input',input);// 'input' is set but 'image' is gone
So, There is no way to set array of childShader like follow
Description
There is no way to set array of children in Skia.ImageFilter.MakeRuntimeShader
In JSX possible like follows
and using shader also possible
But if I want to using ImageFilter.MakeRuntimeShader with set childShader and input then dynamic source is gone
So, There is no way to set array of childShader like follow
Please help
The text was updated successfully, but these errors were encountered: