mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-24 11:40:25 +01:00
gallium/egl: add missing tex_usage parameter
This commit is contained in:
parent
2e8be3ab79
commit
6deaa6d4b1
1 changed files with 1 additions and 0 deletions
|
|
@ -166,6 +166,7 @@ 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