X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbackends%2Fopengl%2Fmodule_backend.h;h=656b2025be3c870e4c9e4c4780bee07f5812c594;hb=569772f5aba5380a48002cd73b8d33eb25fd4048;hp=9c91ae1e8228ec68b53243c44b5b247a95f0d668;hpb=5cbd8664a7300d0c0076862572adeda9955b1c97;p=libs%2Fgl.git diff --git a/source/backends/opengl/module_backend.h b/source/backends/opengl/module_backend.h index 9c91ae1e..656b2025 100644 --- a/source/backends/opengl/module_backend.h +++ b/source/backends/opengl/module_backend.h @@ -12,6 +12,10 @@ protected: OpenGLSpirVModule() = default; OpenGLSpirVModule(OpenGLSpirVModule &&) { }; ~OpenGLSpirVModule() = default; + + void create() { } + + void set_debug_name(const std::string &) { } }; using SpirVModuleBackend = OpenGLSpirVModule;