summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.hxx')
-rw-r--r--slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.hxx14
1 files changed, 8 insertions, 6 deletions
diff --git a/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.hxx b/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.hxx
index c972ff37f587..0bd15d61ce88 100644
--- a/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.hxx
+++ b/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.hxx
@@ -216,17 +216,19 @@ private:
*/
void uploadModelViewProjectionMatrices();
- /** Uniform location for primitive transform
+ /** Uniform locations for transform matrices
*/
GLint m_nPrimitiveTransformLocation = -1;
-
- /** Uniform location for scene transform
- */
GLint m_nSceneTransformLocation = -1;
+ GLint m_nOperationsTransformLocation = -1;
- /** Uniform location for operations transform
+ /** Per-vertex attribute locations
*/
- GLint m_nOperationsTransformLocation = -1;
+ GLint m_nPositionLocation = -1;
+ GLint m_nNormalLocation = -1;
+ GLint m_nTexCoordLocation = -1;
+
+ GLuint m_nVertexBufferObject = -1;
protected:
/** GLSL program object