mesa: remove gl_renderbuffer::DataType

This commit is contained in:
Brian Paul
2012-01-16 12:03:09 -07:00
parent 1e1b5cb01a
commit f9874feef4
17 changed files with 39 additions and 249 deletions

View File

@@ -55,7 +55,6 @@ _mesa_init_renderbuffer(struct gl_renderbuffer *rb, GLuint name)
rb->InternalFormat = GL_RGBA;
rb->Format = MESA_FORMAT_NONE;
rb->DataType = GL_NONE;
rb->Data = NULL;
/* Point back to ourself so that we don't have to check for Wrapped==NULL