diff options
author | taw27 <taw27@84d2e878-0bd5-11dd-ad15-13eda11d74c5> | 2008-06-01 19:11:41 +0000 |
---|---|---|
committer | taw27 <taw27@84d2e878-0bd5-11dd-ad15-13eda11d74c5> | 2008-06-01 19:11:41 +0000 |
commit | 04bd71265a51eb3c842c45b332a45575a8660e60 (patch) | |
tree | 7c0baf34c197b31f6b14229caa0d35aa4918b65c /src/types.h | |
parent | 214df94a1478591f737d5a41c65af0b26e8fa35b (diff) |
Multiple portability fixes
git-svn-id: svn://cook.msm.cam.ac.uk:745/thrust3d/thrust3d@57 84d2e878-0bd5-11dd-ad15-13eda11d74c5
Diffstat (limited to 'src/types.h')
-rw-r--r-- | src/types.h | 4 |
1 files changed, 4 insertions, 0 deletions
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; |