]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/opengl/pipelinestate_backend.h
Add support for padding in vertex formats
[libs/gl.git] / source / backends / opengl / pipelinestate_backend.h
index 24ef6989fb6de1a2968a27660315f0221fad53ab..566b819c086cbadf120ef232dddd662cabd61a26 100644 (file)
@@ -16,8 +16,10 @@ 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(OpenGLPipelineState &&) { }
        ~OpenGLPipelineState();
 
        void apply() const;