X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbackends%2Fopengl%2Fmodule_backend.h;h=bb56c55ca15a5caae881fbc5af850a8c3e73b2c9;hb=99ca354f18119f82f1adeca100cd665a8f640317;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..bb56c55c 100644 --- a/source/backends/opengl/module_backend.h +++ b/source/backends/opengl/module_backend.h @@ -12,6 +12,8 @@ protected: OpenGLSpirVModule() = default; OpenGLSpirVModule(OpenGLSpirVModule &&) { }; ~OpenGLSpirVModule() = default; + + void create() { } }; using SpirVModuleBackend = OpenGLSpirVModule;