Hello, is there something to pay attention to when launching multiple nodes that have the same script launching the same compute shader?
i have this situation, and only one of the nodes is launching the shader as expected.
edit: what comes after was an unrelated mistake, please ignore
i don't really understand: only the color of the light seem to be taken into account somehow? 🤔 also the actual position of the node seem to be ignored for some reason.
Joined are images of the result, the part of the code where i feed the parameters to the shader in the process() and the print showing that the input parameters should differ.
Also i get an error telling me a a device is already submitted, which i do not understand as i got that error also on my light_module() node which launches its own shader once per process() and there is only one of it so why is it unhappy?.