X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Frender%2Fprogramdata.h;h=5d674a38a2504f8360d338f5ac74b85f3545689e;hp=f1c5996eb910e3e51368571472e94e6902d12bec;hb=6d2e2a0bb28496a8c25b441009bdd2a1a1e72d81;hpb=5003bcfeb0832ec2d0f74f4149bc97888a70a900 diff --git a/source/render/programdata.h b/source/render/programdata.h index f1c5996e..5d674a38 100644 --- a/source/render/programdata.h +++ b/source/render/programdata.h @@ -258,7 +258,7 @@ private: public: /** Creates or updates UniformBlocks for a specific program if necessary, then sets them to the PipelineState. */ - void apply(const Program &, PipelineState &) const; + void apply(const Program &, PipelineState &, unsigned) const; void set_debug_name(const std::string &); };