summaryrefslogtreecommitdiff
path: root/gfx/gl/program.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/gl/program.h')
-rw-r--r--gfx/gl/program.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx/gl/program.h b/gfx/gl/program.h
index fa6dac9..c89a128 100644
--- a/gfx/gl/program.h
+++ b/gfx/gl/program.h
@@ -49,6 +49,7 @@ public:
}
protected:
+ void checkProgramError(GLuint program, GLuint flag, std::string_view errorMessage) const;
void use() const;
void linkAndValidate() const;
ProgramRef m_program;