RenderTexture.PopGLStates Method

SFML.Net

RenderTexturePopGLStates Method
Restore the previously saved OpenGL render states and matrices. See the description of PushGLStates to get a detailed description of these functions.

Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public void PopGLStates()
Public Sub PopGLStates
public:
virtual void PopGLStates() sealed
abstract PopGLStates : unit -> unit 
override PopGLStates : unit -> unit 

Implements

RenderTargetPopGLStates
See Also