shader fixup

This commit is contained in:
Zeno Rogue
2019-10-21 22:40:56 +02:00
parent 25d2f6242e
commit 30eda241a8
2 changed files with 1 additions and 2 deletions
-2
View File
@@ -229,8 +229,6 @@ EX void projection_multiply(const glmatrix& m) {
EX void init();
// https://www.opengl.org/sdk/docs/tutorials/ClockworkCoders/attributes.php
#if HDR
struct GLprogram : std::enable_shared_from_this<GLprogram> {
GLuint _program;