mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 09:48:07 +02:00
s/GL_FALSE/0x0/
This commit is contained in:
parent
6b998c5584
commit
bf8647a58b
1 changed files with 1 additions and 1 deletions
|
|
@ -808,7 +808,7 @@ _mesa_GetColorTable( GLenum target, GLenum format,
|
|||
}
|
||||
|
||||
_mesa_pack_rgba_span_float(ctx, table->Size, (const GLfloat (*)[4]) rgba,
|
||||
format, type, data, &ctx->Pack, GL_FALSE);
|
||||
format, type, data, &ctx->Pack, 0x0);
|
||||
|
||||
if (ctx->Pack.BufferObj->Name) {
|
||||
ctx->Driver.UnmapBuffer(ctx, GL_PIXEL_PACK_BUFFER_EXT,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue