OpenGL hacks.
authorCarl Hetherington <cth@carlh.net>
Mon, 28 Jan 2019 22:41:25 +0000 (22:41 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 28 Jan 2019 22:41:25 +0000 (22:41 +0000)
commit1409af06f789ee1a832e61ed722cc48ed18f89f3
treef1393eff53f5b25ef4b005da1de981793037eb2c
parent4117c113eeffe817fddc1c63f5d10eb4e6ada4f9
OpenGL hacks.
hacks/gl/.gitignore [new file with mode: 0644]
hacks/gl/Makefile [new file with mode: 0644]
hacks/gl/basic_gl_pane.cc [new file with mode: 0644]
hacks/gl/basic_gl_pane.h [new file with mode: 0644]
hacks/gl/drawable.cc [new file with mode: 0644]
hacks/gl/drawable.h [new file with mode: 0644]
hacks/gl/image.cc [new file with mode: 0644]
hacks/gl/image.h [new file with mode: 0644]
hacks/gl/image_loader.cc [new file with mode: 0644]
hacks/gl/image_loader.h [new file with mode: 0644]