X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbackends%2Fopengl%2Fpipelinestate_backend.h;h=9198706c7344d7f23f4369f3ddc8208598dcfbd5;hb=b294ef47df0ae87c42fe8114987817fb28326f10;hp=a8f2d306109109f440661b066410bb947973940f;hpb=a6d84d93ce8c0adde41679a6c6852335e19ada17;p=libs%2Fgl.git diff --git a/source/backends/opengl/pipelinestate_backend.h b/source/backends/opengl/pipelinestate_backend.h index a8f2d306..9198706c 100644 --- a/source/backends/opengl/pipelinestate_backend.h +++ b/source/backends/opengl/pipelinestate_backend.h @@ -21,6 +21,8 @@ protected: OpenGLPipelineState(OpenGLPipelineState &&) { } ~OpenGLPipelineState(); + static bool can_bind_tex_level(unsigned l) { return l==0; } + void apply() const; static void clear();