X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fbackends%2Fopengl%2Fmodule_backend.h;h=656b2025be3c870e4c9e4c4780bee07f5812c594;hp=bb56c55ca15a5caae881fbc5af850a8c3e73b2c9;hb=1cc48c919cc47895ea5ae23199c20dfe909b4e4c;hpb=77973a48acbe29c2a64d43de7084574aaf7a26c4 diff --git a/source/backends/opengl/module_backend.h b/source/backends/opengl/module_backend.h index bb56c55c..656b2025 100644 --- a/source/backends/opengl/module_backend.h +++ b/source/backends/opengl/module_backend.h @@ -14,6 +14,8 @@ protected: ~OpenGLSpirVModule() = default; void create() { } + + void set_debug_name(const std::string &) { } }; using SpirVModuleBackend = OpenGLSpirVModule;