X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fprogramdata.h;h=78f7292647a97436fed9e4b28ed0bfa17280f4f0;hp=e045c6fd10def72e59adfc92dc4586373a915361;hb=653b618e65b291a344abb1ee9d08dc5d1fde1094;hpb=deecc415cc7ecf24250f2c8c5d6e727fba3eb348 diff --git a/source/programdata.h b/source/programdata.h index e045c6fd..78f72926 100644 --- a/source/programdata.h +++ b/source/programdata.h @@ -172,6 +172,7 @@ public: void uniform4_array(const std::string &, unsigned, const int *); void uniform4_array(const std::string &, unsigned, const float *); void uniform_matrix4_array(const std::string &, unsigned, const float *); + void remove_uniform(const std::string &); private: unsigned compute_slot_mask(const Program::UniformBlockInfo &) const;