]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/opengl/pipelinestate_backend.h
Remove generic clipping state
[libs/gl.git] / source / backends / opengl / pipelinestate_backend.h
index 24ef6989fb6de1a2968a27660315f0221fad53ab..0b1c4a877d056d16cfde9946de07dc9fdc0fde1b 100644 (file)
@@ -16,6 +16,7 @@ protected:
        static std::vector<int> bound_tex_targets;
        static std::vector<char> bound_uniform_blocks;
        static unsigned restart_index;
+       static unsigned n_clip_distances;
 
        OpenGLPipelineState();
        ~OpenGLPipelineState();