Hi,
I'm trying to save a noise shader I made in order to import it in other shaders.
I saw that it was possible using a sampler2D with a noise texture, but the only one available is the OpenSimplexNoise, whereas I'm trying to use a custom noise (for exemple cellular noise).
Can this be done ? How can I save a shader in a form that would be reusable in this case ?
Thanks.