3dphotoshoot

view src/opengl.h @ 8:9fc7d52f578d

FINALLY I'm getting an image out of the camera
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 25 May 2015 04:14:38 +0300
parents a4bf2687e406
children c71c477521ca
line source
1 #ifndef OPENGL_H_
2 #define OPENGL_H_
4 #include <GLES/gl.h>
5 #include <GLES/glext.h>
7 #endif /* OPENGL_H_ */