Previews in the shader graph nodes are completely broken hacky, dirty and unreliable.
Currently they rely on a global texture _PreviewTexture set by the custom effect.
The shader graph gui needs to be capable of capturing the game view before effects reliably, so the graph is capable of showing the transformation of the original texture into the destination master.
Need ideas on the best way to implement this (the current way can be improved to be honest)