documented more classes

This commit is contained in:
itsmattkc
2019-06-23 01:19:40 -07:00
parent 77da785416
commit deaa0aa840
4 changed files with 50 additions and 0 deletions
+3
View File
@@ -24,6 +24,9 @@
#include <QOpenGLShaderProgram>
#include <memory>
/**
* @brief A simple shared_ptr around QOpenGLShaderProgram to simplify shader creation/destruction
*/
using ShaderPtr = std::shared_ptr<QOpenGLShaderProgram>;
#endif // QOPENGLSHADERPROGRAMPTR_H