From 5044a05aa16e6bb957fc40fca19ac8dd29c47a35 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 14 Nov 2022 20:30:32 +0000 Subject: Add some tests over the behaviour of windows and contexts and glStuff --- gfx/gl/program.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gfx/gl') diff --git a/gfx/gl/program.h b/gfx/gl/program.h index 711a26d..f14b0f3 100644 --- a/gfx/gl/program.h +++ b/gfx/gl/program.h @@ -7,6 +7,7 @@ class Location; +using ProgramRef = glRef; class Program { public: template Program(const S &... srcs) @@ -40,7 +41,6 @@ public: protected: void use() const; - using ProgramRef = glRef; void linkAndValidate() const; ProgramRef m_program; }; -- cgit v1.2.3