X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fbackends%2Fopengl%2Fpipelinestate_backend.h;h=0b1c4a877d056d16cfde9946de07dc9fdc0fde1b;hp=24ef6989fb6de1a2968a27660315f0221fad53ab;hb=f82ef715f0d7e1e7d0b93be4b7b89c8ce6bba40b;hpb=271760e6099bf5f4ad90894697dab911c236a0a3 diff --git a/source/backends/opengl/pipelinestate_backend.h b/source/backends/opengl/pipelinestate_backend.h index 24ef6989..0b1c4a87 100644 --- a/source/backends/opengl/pipelinestate_backend.h +++ b/source/backends/opengl/pipelinestate_backend.h @@ -16,6 +16,7 @@ protected: static std::vector bound_tex_targets; static std::vector bound_uniform_blocks; static unsigned restart_index; + static unsigned n_clip_distances; OpenGLPipelineState(); ~OpenGLPipelineState();