I wish to create a complex pixel shader effect which cannot be compiled as a single shader effect. So, I'm planning to break down the complex shader effects into multiple shader effects and chain these shader effect files sequentially.
Is this somehow possible?