Clear render target to transparent color (SOLVED)

Is this possible? I want the render target texture to be fully transparent before drawing to it again

Problem I had was in the unitquad fragment program I think it wasn’t using color.w for alpha.

Clearing with vmath.vector4(0.0,0.0,0.0,0.0) was also needed I think.

1 Like