mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-27 03:20:33 +01:00
make srcPtr param to make_1d_stack_mipmap() const
This commit is contained in:
parent
6ee6b2dcd9
commit
b5bbe055e4
1 changed files with 1 additions and 1 deletions
|
|
@ -798,7 +798,7 @@ make_3d_mipmap(const struct gl_texture_format *format, GLint border,
|
|||
|
||||
static void
|
||||
make_1d_stack_mipmap(const struct gl_texture_format *format, GLint border,
|
||||
GLint srcWidth, GLubyte *srcPtr,
|
||||
GLint srcWidth, const GLubyte *srcPtr,
|
||||
GLint dstWidth, GLint dstHeight, GLubyte *dstPtr)
|
||||
{
|
||||
const GLint bpt = format->TexelBytes;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue