1
Graphics / Re: RenderTexture won't clear properly
« on: March 04, 2013, 11:51:03 pm »
I have a simple and strange "fix" for this; draw a transparent quad over the entire screen and things are cleared properly. Here's a "fixed" version of the sample program above:
thanks a lot for the trick.