mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
draw: use pipe_transfer_unmap() to match pipe_transfer_map()
This commit is contained in:
parent
9b329f4c09
commit
bdd3770b78
1 changed files with 1 additions and 1 deletions
|
|
@ -419,7 +419,7 @@ pstip_update_texture(struct pstip_stage *pstip)
|
|||
}
|
||||
|
||||
/* unmap */
|
||||
pipe->transfer_unmap(pipe, transfer);
|
||||
pipe_transfer_unmap(pipe, transfer);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue