]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/opengl/commands_backend.cpp
Initial implementation of Vulkan backend
[libs/gl.git] / source / backends / opengl / commands_backend.cpp
index 97b4f12c7400857cb9f31162bb5f19180817c686..62d952e091a557c56f8a9d3856fbba65d3277ee2 100644 (file)
@@ -18,6 +18,11 @@ using namespace std;
 namespace Msp {
 namespace GL {
 
+void OpenGLCommands::submit_frame()
+{
+       glFlush();
+}
+
 void OpenGLCommands::use_pipeline(const PipelineState *ps)
 {
        pipeline_state = ps;