mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-01 04:40:22 +01:00
mesa: remove assertion w/ undeclared variable texelBytes
This commit is contained in:
parent
5f612f5c00
commit
1ca5f7cc31
1 changed files with 0 additions and 1 deletions
|
|
@ -3122,7 +3122,6 @@ _mesa_texstore_s8(TEXSTORE_PARAMS)
|
|||
{
|
||||
ASSERT(dstFormat == MESA_FORMAT_S8);
|
||||
ASSERT(srcFormat == GL_STENCIL_INDEX);
|
||||
ASSERT(texelBytes == 1);
|
||||
|
||||
if (!ctx->_ImageTransferState &&
|
||||
!srcPacking->SwapBytes &&
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue