mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 16:38:09 +02:00
gallium: New PIPE_FLUSH_FRAME flag to signal the end of a frame.
This commit is contained in:
parent
df3d694851
commit
daa481a9c0
1 changed files with 1 additions and 0 deletions
|
|
@ -211,6 +211,7 @@ enum pipe_texture_target {
|
|||
#define PIPE_FLUSH_RENDER_CACHE 0x1
|
||||
#define PIPE_FLUSH_TEXTURE_CACHE 0x2
|
||||
#define PIPE_FLUSH_SWAPBUFFERS 0x4
|
||||
#define PIPE_FLUSH_FRAME 0x8 /**< Mark the end of a frame */
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue