3dvideo: Add simple gtk example stereoscopic video player
authorJan Schmidt <jan@centricular.com>
Fri, 29 May 2015 17:09:17 +0000 (03:09 +1000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:04 +0000 (19:32 +0000)
commitc096fec27713b9b2d699c1e5f7cc5f69d930bc83
tree910da5b91ec2267ee4cb3b655f3b744a40deeb20
parent020c7f13039b259087db75b079ea9f83dae92bc5
3dvideo: Add simple gtk example stereoscopic video player

https://bugzilla.gnome.org/show_bug.cgi?id=611157
tests/examples/gl/gtk/3dvideo/.gitignore [new file with mode: 0644]
tests/examples/gl/gtk/3dvideo/3dvideo.vcproj [new file with mode: 0644]
tests/examples/gl/gtk/3dvideo/Makefile.am [new file with mode: 0644]
tests/examples/gl/gtk/3dvideo/main.cpp [new file with mode: 0644]
tests/examples/gl/gtk/3dvideo/mviewwidget.c [new file with mode: 0644]
tests/examples/gl/gtk/3dvideo/mviewwidget.h [new file with mode: 0644]
tests/examples/gl/gtk/Makefile.am