]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/opengl/module_backend.h
Initial implementation of Vulkan backend
[libs/gl.git] / source / backends / opengl / module_backend.h
index 9c91ae1e8228ec68b53243c44b5b247a95f0d668..bb56c55ca15a5caae881fbc5af850a8c3e73b2c9 100644 (file)
@@ -12,6 +12,8 @@ protected:
        OpenGLSpirVModule() = default;
        OpenGLSpirVModule(OpenGLSpirVModule &&) { };
        ~OpenGLSpirVModule() = default;
+
+       void create() { }
 };
 
 using SpirVModuleBackend = OpenGLSpirVModule;