mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02: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,
|
unsigned width, unsigned height,
|
||||||
enum pipe_format format,
|
enum pipe_format format,
|
||||||
unsigned usage,
|
unsigned usage,
|
||||||
|
unsigned tex_usage,
|
||||||
unsigned *stride)
|
unsigned *stride)
|
||||||
{
|
{
|
||||||
const unsigned alignment = 64;
|
const unsigned alignment = 64;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue