X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Frenderpass.h;fp=source%2Frenderpass.h;h=d4f7a34d1a5887b12edb8af57bb81b8e2a5db462;hp=66768772f2d545a6e817c612a39873e5a9234b6d;hb=96e13fc706ba4e1702ff90eb999ee0660278cb0d;hpb=e701721bde143379bb5c5fa4c0326c6b0e8551a4 diff --git a/source/renderpass.h b/source/renderpass.h index 66768772..d4f7a34d 100644 --- a/source/renderpass.h +++ b/source/renderpass.h @@ -31,9 +31,11 @@ public: private: void init(); + void material_inline(); void material(const std::string &); void texunit(unsigned); + void texunit_auto(const std::string &); void texunit_named(unsigned, const std::string &); void uniforms(); void uniform_slot(const std::string &);