What problem does this solve or what need does it fill?
I want to use DeferredPrepass in bsn. But this component doesn't implement Clone.
A description of why this particular feature should be added.
Other passes like DepthPrepass and NormalPrepass all derive Clone.
What solution would you like?
Add derive Clone to DeferredPrepass
Additional context
I'm not familiar with bsn or rendering, feel free to close this issue if I missed something.
What problem does this solve or what need does it fill?
I want to use DeferredPrepass in bsn. But this component doesn't implement Clone.
A description of why this particular feature should be added.
Other passes like DepthPrepass and NormalPrepass all derive Clone.
What solution would you like?
Add derive Clone to DeferredPrepass
Additional context
I'm not familiar with bsn or rendering, feel free to close this issue if I missed something.