aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/glslprogram.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'yage/core/glslprogram.cpp')
-rw-r--r--yage/core/glslprogram.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/yage/core/glslprogram.cpp b/yage/core/glslprogram.cpp
index 542afc6f..4772d50e 100644
--- a/yage/core/glslprogram.cpp
+++ b/yage/core/glslprogram.cpp
@@ -159,4 +159,8 @@ void GlslProgram::unuse()
glUseProgram(0);
}
+void GlslProgram::defaultSetup()
+{
+}
+
} // namespace yage