X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fbackends%2Fopengl%2Fmodule_backend.h;h=bb56c55ca15a5caae881fbc5af850a8c3e73b2c9;hp=9c91ae1e8228ec68b53243c44b5b247a95f0d668;hb=99ca354f18119f82f1adeca100cd665a8f640317;hpb=4cd245dafe6a7ee5c93edca5aee2d146f1155309 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;