Create a text shader and font utility

This commit is contained in:
Dan Paulat 2021-07-31 22:09:00 -05:00
parent 817a59f741
commit 82b265b6d4
11 changed files with 473 additions and 5 deletions

View file

@ -20,7 +20,7 @@ class ShaderProgram
{
public:
explicit ShaderProgram(OpenGLFunctions& gl);
~ShaderProgram();
virtual ~ShaderProgram();
ShaderProgram(const ShaderProgram&) = delete;
ShaderProgram& operator=(const ShaderProgram&) = delete;