X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fresources%2Fresources.h;h=a50fdc0e022081602abcaea69c44b4e7d3b2ee9d;hb=69bf91a6b169934f2853538580f46ffa8bde1109;hp=5861bbfb41259a8a910e87f55a2ad78498706c81;hpb=2108712bcde8b5c4573ca4d602d5f8948b810d72;p=libs%2Fgl.git diff --git a/source/resources/resources.h b/source/resources/resources.h index 5861bbfb..a50fdc0e 100644 --- a/source/resources/resources.h +++ b/source/resources/resources.h @@ -60,6 +60,9 @@ protected: Texture2D *create_texture2d(const std::string &); Module *create_module(const std::string &); Program *create_program(const std::string &); + + template + void set_debug_name(const std::string &, T &); }; } // namespace GL