uhh yeah this might be fubar

This commit is contained in:
itsmattkc
2020-11-07 22:44:27 +11:00
parent 13dd31d5be
commit 83cefbd7c7
25 changed files with 1131 additions and 597 deletions
+1 -2
View File
@@ -25,7 +25,6 @@
#include "common/qtutils.h"
#include "node/node.h"
#include "render/backend/opengl/openglrenderfunctions.h"
OLIVE_NAMESPACE_ENTER
@@ -75,7 +74,7 @@ void HistogramScope::CleanUp()
doneCurrent();
}
OpenGLShaderPtr HistogramScope::CreateShader()
QVariant HistogramScope::CreateShader()
{
OpenGLShaderPtr pipeline = OpenGLShader::Create();