Can I use a Render Target in place of a texture in PCG Graph?

I’m trying to spawn grass using an opacity mask and while this code works with normal textures, I’m trying to run it through a render target so that I can modify it at runtime.

Does anyone know how to use a render target instead of a texture?