mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-12 20:10:25 +01:00
Use [][3] for write_rgb_span_16
This commit is contained in:
parent
ef8b89faee
commit
dd7074736f
1 changed files with 1 additions and 1 deletions
|
|
@ -814,7 +814,7 @@ static void write_rgba_span_16(const GLcontext *ctx,
|
|||
static void write_rgb_span_16(const GLcontext *ctx,
|
||||
struct gl_renderbuffer *rb,
|
||||
GLuint n, GLint x, GLint y,
|
||||
const GLubyte rgb[][4],
|
||||
const GLubyte rgb[][3],
|
||||
const GLubyte mask[] )
|
||||
{
|
||||
WMesaContext pwc = wmesa_context(ctx);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue