RenderTarget.PopGLStates Method

SFML.Net

RenderTargetPopGLStates 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
void PopGLStates()
Sub PopGLStates
void PopGLStates()
abstract PopGLStates : unit -> unit 
See Also