X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbackends%2Fopengl%2Fpipelinestate_backend.h;h=0b1c4a877d056d16cfde9946de07dc9fdc0fde1b;hb=d16d28d2ccf7c6255204f02975834f713ff1df08;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..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();