fix function name
This commit is contained in:
@@ -159,7 +159,7 @@ st_readpixels(GLcontext *ctx, GLint x, GLint y, GLsizei width, GLsizei height,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (format == GL_STENCIL_INDEX) {
|
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;
|
return;
|
||||||
}
|
}
|
||||||
else if (format == GL_DEPTH_COMPONENT) {
|
else if (format == GL_DEPTH_COMPONENT) {
|
||||||
|
Reference in New Issue
Block a user