summaryrefslogtreecommitdiff
path: root/ext/gl/gstglvideomixer.h
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2015-05-01 12:04:28 +1000
committerMatthew Waters <matthew@centricular.com>2015-05-14 14:58:07 +1000
commit7f7a9dd3ec5851cc52b719317573bc70d0e91fbf (patch)
tree9d4acb56e2bd78a61a634e818d31bd5772c84bbc /ext/gl/gstglvideomixer.h
parentba5130fe018f28f15984e6697383d2b7531a4dcf (diff)
downloadgstreamer-plugins-bad-7f7a9dd3ec5851cc52b719317573bc70d0e91fbf.tar.gz
gl: element buffers are part of vao state
Use them as such. They are also required for GL3 core profile support with glDrawElements on OS X.
Diffstat (limited to 'ext/gl/gstglvideomixer.h')
-rw-r--r--ext/gl/gstglvideomixer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/gl/gstglvideomixer.h b/ext/gl/gstglvideomixer.h
index 967358bab..0d0252b56 100644
--- a/ext/gl/gstglvideomixer.h
+++ b/ext/gl/gstglvideomixer.h
@@ -64,6 +64,7 @@ struct _GstGLVideoMixer
GPtrArray *input_frames;
GLuint vao;
+ GLuint vbo_indices;
GLuint checker_vbo;
};