X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbackends%2Fopengl%2Fpipelinestate_backend.h;h=566b819c086cbadf120ef232dddd662cabd61a26;hb=8a8cce8ef4ee28b3572a72958b8b407759f9f826;hp=24ef6989fb6de1a2968a27660315f0221fad53ab;hpb=160e9eea29bd10034733d59507fa1bcca36be401;p=libs%2Fgl.git diff --git a/source/backends/opengl/pipelinestate_backend.h b/source/backends/opengl/pipelinestate_backend.h index 24ef6989..566b819c 100644 --- a/source/backends/opengl/pipelinestate_backend.h +++ b/source/backends/opengl/pipelinestate_backend.h @@ -16,8 +16,10 @@ protected: static std::vector bound_tex_targets; static std::vector bound_uniform_blocks; static unsigned restart_index; + static unsigned n_clip_distances; OpenGLPipelineState(); + OpenGLPipelineState(OpenGLPipelineState &&) { } ~OpenGLPipelineState(); void apply() const;