Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/gpu/opengl/gl_state.hh')
-rw-r--r--source/blender/gpu/opengl/gl_state.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/gpu/opengl/gl_state.hh b/source/blender/gpu/opengl/gl_state.hh
index 5b8e687425d..b05fcc5d044 100644
--- a/source/blender/gpu/opengl/gl_state.hh
+++ b/source/blender/gpu/opengl/gl_state.hh
@@ -38,6 +38,8 @@ class GLStateManager : public GPUStateManager {
GPUStateMutable current_mutable_;
public:
+ GLStateManager();
+
void set_state(const GPUState &state) override;
void set_mutable_state(const GPUStateMutable &state) override;