gallium: New PIPE_FLUSH_FRAME flag to signal the end of a frame.
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user