]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/commands.h
Initial implementation of Vulkan backend
[libs/gl.git] / source / core / commands.h
index 32adeddd77089f9db6bf3b9c8bd23e7cb1dfaccf..e7dce6a162690e6300437f9377cd6bb167e9cac1 100644 (file)
@@ -14,6 +14,9 @@ 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;