]> git.tdb.fi Git - libs/gl.git/blobdiff - source/materials/renderpass.h
Set OpenGL debug labels on various objects loaded from Resources
[libs/gl.git] / source / materials / renderpass.h
index 46fb7a3535a0bb51a2417e190e3cf3f3dd5a809e..f02303bc8865f91632723bfe160143dd201dabf8 100644 (file)
@@ -107,6 +107,8 @@ public:
        bool get_receive_shadows() const { return receive_shadows; }
 
        void apply(Renderer &) const;
+
+       void set_debug_name(const std::string &);
 };
 
 } // namespace GL