virtual bool PopRenderTarget(unsigned flags = 0);
PopRenderTarget restores previous render target. Contents of Texture in popped render target are now available for rendering. Flags are available, see PushRenderTargetFlags.
Parameters |
Description |
unsigned flags = 0 |
Flags available to this method. |