From 04bd71265a51eb3c842c45b332a45575a8660e60 Mon Sep 17 00:00:00 2001 From: taw27 Date: Sun, 1 Jun 2008 19:11:41 +0000 Subject: Multiple portability fixes git-svn-id: svn://cook.msm.cam.ac.uk:745/thrust3d/thrust3d@57 84d2e878-0bd5-11dd-ad15-13eda11d74c5 --- src/types.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/types.h') diff --git a/src/types.h b/src/types.h index 2059cbb..39238fd 100644 --- a/src/types.h +++ b/src/types.h @@ -113,6 +113,10 @@ typedef struct { typedef struct { + int shaders; + int vbos; + int fbos; + /* Lighting shaders */ GLuint lighting_vert; GLuint lighting_frag; -- cgit v1.2.3