updateInputs
open fun updateInputs(inputs: Array<PlatformRenderEffect?>, uniforms: RuntimeShaderUniformProvider.() -> Unit): PlatformRenderEffect
Replaces the child inputs, applies uniforms, and returns the updated render effect.
The compiled runtime shader is retained when the platform supports it.
Throws
if replacing child inputs is not supported.