diff options
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; }; |