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