My workaround was to add a Use Scene Texture
bool input to my material function which internally switches what is being sampled. It’s not great but it at least allows to keep a single function for that specific filter.
My workaround was to add a Use Scene Texture
bool input to my material function which internally switches what is being sampled. It’s not great but it at least allows to keep a single function for that specific filter.