diff options
author | Brian Paul <[email protected]> | 2005-02-08 02:06:00 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-02-08 02:06:00 +0000 |
commit | 463642c0be7a6b8c0552bb32b5bc8e86ee352d67 (patch) | |
tree | 6a89548a712c825f0c3a61b830c868c0b6b55402 /src/mesa/main/fbobject.h | |
parent | d1b1b372704c93a0672b78be11fc5ea92b828c27 (diff) |
checkpoint latest work
Diffstat (limited to 'src/mesa/main/fbobject.h')
-rw-r--r-- | src/mesa/main/fbobject.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/fbobject.h b/src/mesa/main/fbobject.h index 222c58d00a2..ff51e7d4492 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; }; |