3dphotoshoot

annotate 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
rev   line source
nuclear@0 1 #ifndef OPENGL_H_
nuclear@0 2 #define OPENGL_H_
nuclear@0 3
nuclear@0 4 #include <GLES/gl.h>
nuclear@6 5 #include <GLES/glext.h>
nuclear@0 6
nuclear@0 7 #endif /* OPENGL_H_ */