mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 13:38:06 +02:00
gdi: Fix prototype of gdi_softpipe_surface_buffer_create().
This commit is contained in:
parent
5ddcdc4227
commit
0aeff7638b
1 changed files with 1 additions and 0 deletions
|
|
@ -166,6 +166,7 @@ gdi_softpipe_surface_buffer_create(struct pipe_winsys *winsys,
|
|||
unsigned width, unsigned height,
|
||||
enum pipe_format format,
|
||||
unsigned usage,
|
||||
unsigned tex_usage,
|
||||
unsigned *stride)
|
||||
{
|
||||
const unsigned alignment = 64;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue