X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fprogram.h;h=21b38c255e7262d77d01800c2204d27c75c7f0f8;hp=132c21d5b126ec7d1dc3d2d9bb94ec1814747fb0;hb=551311c6424ce6189283165841a7049d5bba160d;hpb=f6e51c2f771726eec73b07824ebde2cf8bd522f0 diff --git a/source/program.h b/source/program.h index 132c21d5..21b38c25 100644 --- a/source/program.h +++ b/source/program.h @@ -109,6 +109,7 @@ public: void link(); private: static unsigned compute_layout_hash(const std::vector &); + static bool uniform_location_compare(const UniformInfo *, const UniformInfo *); public: bool is_linked() const { return linked; } std::string get_info_log() const;