mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
gallium: add PIPE_FLUSH_SWAPBUFFERS flag
This commit is contained in:
parent
6d2d41294c
commit
1e9e4341e0
1 changed files with 1 additions and 0 deletions
|
|
@ -198,6 +198,7 @@ enum pipe_texture_target {
|
|||
#define PIPE_FLUSH_RENDER_CACHE 0x1
|
||||
#define PIPE_FLUSH_TEXTURE_CACHE 0x2
|
||||
#define PIPE_FLUSH_WAIT 0x4
|
||||
#define PIPE_FLUSH_SWAPBUFFERS 0x8
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue