mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
gallium: Use "flags" consistently.
This commit is contained in:
parent
fa2b9e4306
commit
7ea265888f
1 changed files with 2 additions and 2 deletions
|
|
@ -264,7 +264,7 @@ struct pipe_screen {
|
|||
*/
|
||||
int (*fence_signalled)( struct pipe_screen *screen,
|
||||
struct pipe_fence_handle *fence,
|
||||
unsigned flag );
|
||||
unsigned flags );
|
||||
|
||||
/**
|
||||
* Wait for the fence to finish.
|
||||
|
|
@ -273,7 +273,7 @@ struct pipe_screen {
|
|||
*/
|
||||
int (*fence_finish)( struct pipe_screen *screen,
|
||||
struct pipe_fence_handle *fence,
|
||||
unsigned flag );
|
||||
unsigned flags );
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue