X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fcommands.h;h=e7dce6a162690e6300437f9377cd6bb167e9cac1;hp=32adeddd77089f9db6bf3b9c8bd23e7cb1dfaccf;hb=99ca354f18119f82f1adeca100cd665a8f640317;hpb=4cd245dafe6a7ee5c93edca5aee2d146f1155309 diff --git a/source/core/commands.h b/source/core/commands.h index 32adeddd..e7dce6a1 100644 --- a/source/core/commands.h +++ b/source/core/commands.h @@ -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;