]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/commands.h
Update and improve documentation
[libs/gl.git] / source / core / commands.h
index 869c41b615ea9f66a206156c37e7c586a7157971..32adeddd77089f9db6bf3b9c8bd23e7cb1dfaccf 100644 (file)
@@ -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: