mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
python: Catchup buffer_destroy interface change.
This commit is contained in:
parent
57ea34214c
commit
8866ff4cac
1 changed files with 1 additions and 2 deletions
|
|
@ -84,8 +84,7 @@ st_softpipe_buffer_unmap(struct pipe_winsys *winsys,
|
|||
|
||||
|
||||
static void
|
||||
st_softpipe_buffer_destroy(struct pipe_winsys *winsys,
|
||||
struct pipe_buffer *buf)
|
||||
st_softpipe_buffer_destroy(struct pipe_buffer *buf)
|
||||
{
|
||||
struct st_softpipe_buffer *oldBuf = st_softpipe_buffer(buf);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue