X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fmaterials%2Frenderpass.h;h=96b892dff07295275b4f1cd66e17f071a5d8f1a3;hb=12342e01c014137b72546c1e3a54181063e69415;hp=e01b872daf56c2a0af7ec8a1e2d8bcfae7d017d4;hpb=69e7127d18035fabcf2f5ab40fa8ce5b9acea003;p=libs%2Fgl.git diff --git a/source/materials/renderpass.h b/source/materials/renderpass.h index e01b872d..96b892df 100644 --- a/source/materials/renderpass.h +++ b/source/materials/renderpass.h @@ -90,7 +90,7 @@ public: void set_material(const Material *); const Material *get_material() const { return material.get(); } const std::string &get_material_slot_name() const { return material_slot; } - void set_texture(unsigned, const Texture *); + void set_texture(unsigned, const Texture *, const Sampler * = 0); const Texturing *get_texturing() const { return texturing; } int get_texture_index(const std::string &) const; void set_back_faces(bool);