X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fcommands.h;h=32adeddd77089f9db6bf3b9c8bd23e7cb1dfaccf;hp=869c41b615ea9f66a206156c37e7c586a7157971;hb=190a7e11237351f6b730c28f7b16f183e8adc69c;hpb=be6ffe96ecb4707599fe1a6f620c348760213d46 diff --git a/source/core/commands.h b/source/core/commands.h index 869c41b6..32adeddd 100644 --- a/source/core/commands.h +++ b/source/core/commands.h @@ -6,6 +6,11 @@ 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: