summaryrefslogtreecommitdiff
path: root/src/mesa/main/fbobject.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-02-08 02:06:00 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-02-08 02:06:00 +0000
commit463642c0be7a6b8c0552bb32b5bc8e86ee352d67 (patch)
tree6a89548a712c825f0c3a61b830c868c0b6b55402 /src/mesa/main/fbobject.h
parentd1b1b372704c93a0672b78be11fc5ea92b828c27 (diff)
checkpoint latest work
Diffstat (limited to 'src/mesa/main/fbobject.h')
-rw-r--r--src/mesa/main/fbobject.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/fbobject.h b/src/mesa/main/fbobject.h
index 222c58d00a..ff51e7d449 100644
--- a/src/mesa/main/fbobject.h
+++ b/src/mesa/main/fbobject.h
@@ -32,6 +32,8 @@ struct gl_render_buffer_object
GLint RefCount;
GLuint Name;
GLuint Width, Height;
+ GLenum InternalFormat;
+ GLvoid *Data;
};