gallium/egl: add missing tex_usage parameter
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user