I am currently doing custom render(GPU particle system) in Cesium, and I notice that in Cesium there are ComputeCommand and ComputeEngine classes, which I find very useful for particles calculation.
However, I see that in ComputeEngine one ComputeCommand can only render to one texture. I think it would be better if rendering to multiple textures is allowed for ComputeCommand.