tavli

diff src/opengl.h @ 18:986c0b76513f

shadows, not completed
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 29 Jun 2015 01:29:36 +0300
parents d6209903454b
children 37dead56f01e
line diff
     1.1 --- a/src/opengl.h	Sun Jun 28 23:04:37 2015 +0300
     1.2 +++ b/src/opengl.h	Mon Jun 29 01:29:36 2015 +0300
     1.3 @@ -7,6 +7,7 @@
     1.4  	int shaders;
     1.5  	int fsaa;
     1.6  	int sep_spec;
     1.7 +	int fbo;
     1.8  };
     1.9  extern struct GLCaps glcaps;
    1.10