X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fcommands.h;h=e7dce6a162690e6300437f9377cd6bb167e9cac1;hb=e1be82a4dfce8d90358c506f65be09da4dc9d5ec;hp=32adeddd77089f9db6bf3b9c8bd23e7cb1dfaccf;hpb=190a7e11237351f6b730c28f7b16f183e8adc69c;p=libs%2Fgl.git 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;