]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/opengl/commands_backend.h
Initial implementation of Vulkan backend
[libs/gl.git] / source / backends / opengl / commands_backend.h
index 0fe989a730256127ba45bf00b6e8ccb2e42582a8..f4976f3f7b48bdf38b837ce0fb8f79c67c34aa29 100644 (file)
@@ -17,6 +17,9 @@ protected:
 
        OpenGLCommands() = default;
 
+       void begin_frame(unsigned) { }
+       void submit_frame();
+
        void use_pipeline(const PipelineState *);
        void clear(const ClearValue *);
        void draw(const Batch &);