mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-11 07:00:31 +01:00
fix function name
This commit is contained in:
parent
563584a4ee
commit
68b88fab88
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ st_readpixels(GLcontext *ctx, GLint x, GLint y, GLsizei width, GLsizei height,
|
|||
}
|
||||
|
||||
if (format == GL_STENCIL_INDEX) {
|
||||
read_stencil_pixels(ctx, x, y, width, height, type, pack, dest);
|
||||
st_read_stencil_pixels(ctx, x, y, width, height, type, pack, dest);
|
||||
return;
|
||||
}
|
||||
else if (format == GL_DEPTH_COMPONENT) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue