X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fcommands.h;h=793b258901b0b706482cc3cf72a5ed2c1caa0448;hb=cebf1330ef6773b7b4496dc279ec02a7ca4351bb;hp=32adeddd77089f9db6bf3b9c8bd23e7cb1dfaccf;hpb=190a7e11237351f6b730c28f7b16f183e8adc69c;p=libs%2Fgl.git diff --git a/source/core/commands.h b/source/core/commands.h index 32adeddd..793b2589 100644 --- a/source/core/commands.h +++ b/source/core/commands.h @@ -14,11 +14,15 @@ 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; using CommandsBackend::draw; using CommandsBackend::draw_instanced; + using CommandsBackend::dispatch; using CommandsBackend::resolve_multisample; using CommandsBackend::begin_query;