mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-17 06:38:21 +02:00
st/mesa: Fix a call to st_get_stobj_sampler_view().
This commit is contained in:
parent
6b60820fde
commit
3949388ca3
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ st_BlitFramebuffer(GLcontext *ctx,
|
|||
return;
|
||||
|
||||
util_blit_pixels(st->blit,
|
||||
srcSurf, st_get_stobj_sampler_view(srcObj, pipe),
|
||||
srcSurf, st_get_stobj_sampler_view(srcObj),
|
||||
srcX0, srcY0, srcX1, srcY1,
|
||||
dstSurf, dstX0, dstY0, dstX1, dstY1,
|
||||
0.0, pFilter);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue