Anyone tell me why SetRenderTarget clears the RenderTarget to black?
check if you’re using RenderTargetUsage.PreserveContents when creating it.
That was it, thanks
Anyone tell me why SetRenderTarget clears the RenderTarget to black?
check if you’re using RenderTargetUsage.PreserveContents when creating it.
That was it, thanks