X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fprogram.h;h=642bcf5e7755652734069e33d9df182a0e2fad96;hp=a7622ecbb586d42d83d9d2380bcdd5d3978d3e24;hb=2579be0c3bf50f060364b937e6b2446ea3547e4b;hpb=3f4a818023513129e4eae2099c30f7842bb2ccd0 diff --git a/source/program.h b/source/program.h index a7622ecb..642bcf5e 100644 --- a/source/program.h +++ b/source/program.h @@ -81,6 +81,7 @@ public: const ShaderList &get_shaders() const { return shaders; } void bind_attribute(unsigned, const std::string &); + void bind_fragment_data(unsigned, const std::string &); void link(); private: