mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-19 17:40:32 +01:00
mesa: remove redundant call to _mesa_base_fbo_format()
This commit is contained in:
parent
a858bc393e
commit
a8dafe713f
1 changed files with 1 additions and 1 deletions
|
|
@ -987,7 +987,7 @@ renderbuffer_storage(GLenum target, GLenum internalFormat,
|
|||
assert(rb->Width == (GLuint) width);
|
||||
assert(rb->Height == (GLuint) height);
|
||||
rb->InternalFormat = internalFormat;
|
||||
rb->_BaseFormat = _mesa_base_fbo_format(ctx, internalFormat);
|
||||
rb->_BaseFormat = baseFormat;
|
||||
assert(rb->_BaseFormat != 0);
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue