RobustToolbox icon indicating copy to clipboard operation
RobustToolbox copied to clipboard

RenderInRenderTarget doesn't restore state properly

Open metalgearsloth opened this issue 1 year ago • 0 comments
trafficstars

So there's render target and bound render target. RenderInRenderTarget restores both fields to the boundrendertarget (via BindTargetFull) which means if you had an existing rendertarget it would get bulldozed.

AFAIK the only area this has ever been an issue was when I added an overlay draw into the lighting drawing. I got a fix in the works unless it gets fixed on master before then.

metalgearsloth avatar Oct 01 '24 23:10 metalgearsloth