mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
fix token in assertion
This commit is contained in:
parent
44c8c42ab9
commit
86c5de8b85
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ driNewRenderbuffer(GLenum format, GLvoid *addr,
|
|||
}
|
||||
else {
|
||||
/* Stencil */
|
||||
ASSERT(format == GL_STENCIL_INDEX8);
|
||||
ASSERT(format == GL_STENCIL_INDEX8_EXT);
|
||||
drb->Base._BaseFormat = GL_STENCIL_INDEX;
|
||||
drb->Base.DataType = GL_UNSIGNED_BYTE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue