]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/commands.h
Adapt to changes in mspmath
[libs/gl.git] / source / core / commands.h
index 869c41b615ea9f66a206156c37e7c586a7157971..e7dce6a162690e6300437f9377cd6bb167e9cac1 100644 (file)
@@ -6,9 +6,17 @@
 namespace Msp {
 namespace GL {
 
+/**
+Interface for low-level graphics commands.
+
+Applications normally use the higher-level Renderer class rather than this.
+*/
 class Commands: public CommandsBackend
 {
 public:
+       using CommandsBackend::begin_frame;
+       using CommandsBackend::submit_frame;
+
        using CommandsBackend::use_pipeline;
 
        using CommandsBackend::clear;