diff options
Diffstat (limited to 'src/gallium/include/pipe/p_context.h')
-rw-r--r-- | src/gallium/include/pipe/p_context.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_context.h b/src/gallium/include/pipe/p_context.h index da1f5a88a64..d1130bc5182 100644 --- a/src/gallium/include/pipe/p_context.h +++ b/src/gallium/include/pipe/p_context.h @@ -349,10 +349,12 @@ struct pipe_context { unsigned width, unsigned height); /** Flush draw commands + * + * \param flags bitfield of enum pipe_flush_flags values. */ void (*flush)(struct pipe_context *pipe, struct pipe_fence_handle **fence, - enum pipe_flush_flags flags); + unsigned flags); /** * Create a view on a texture to be used by a shader stage. |