Pioneer
RenderStateGL.h
Go to the documentation of this file.
1 // Copyright © 2008-2021 Pioneer Developers. See AUTHORS.txt for details
2 // Licensed under the terms of the GPL v3. See licenses/GPL-3.txt
3 
4 #ifndef _OGL_RENDERSTATE_H
5 #define _OGL_RENDERSTATE_H
6 #include "graphics/RenderState.h"
7 
8 namespace Graphics {
9  namespace OGL {
10 
12  public:
14  void Apply();
15  };
16 
17  } // namespace OGL
18 } // namespace Graphics
19 #endif
Definition: RenderStateGL.h:11
RenderState(const RenderStateDesc &)
Definition: RenderStateGL.cpp:10
void Apply()
Definition: RenderStateGL.cpp:15
Definition: RenderState.h:25
Definition: Background.h:13
Definition: RenderState.h:10