diff options
Diffstat (limited to 'backends/graphics/opengl/pipelines/shader.h')
-rw-r--r-- | backends/graphics/opengl/pipelines/shader.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/graphics/opengl/pipelines/shader.h b/backends/graphics/opengl/pipelines/shader.h index 95167ee03f..6159607099 100644 --- a/backends/graphics/opengl/pipelines/shader.h +++ b/backends/graphics/opengl/pipelines/shader.h @@ -48,6 +48,8 @@ protected: GLint _texCoordAttribLocation; GLint _colorAttribLocation; + GLfloat _colorAttributes[4*4]; + Shader *const _activeShader; }; #endif // !USE_FORCED_GLES |