diff options
-rw-r--r-- | src/gallium/auxiliary/util/u_upload_mgr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/u_upload_mgr.h b/src/gallium/auxiliary/util/u_upload_mgr.h index 875fd9a7bb6..a66b7365565 100644 --- a/src/gallium/auxiliary/util/u_upload_mgr.h +++ b/src/gallium/auxiliary/util/u_upload_mgr.h @@ -49,6 +49,7 @@ extern "C" { * \param default_size Minimum size of the upload buffer, in bytes. * \param bind Bitmask of PIPE_BIND_* flags. * \param usage PIPE_USAGE_* + * \param flags bitmask of PIPE_RESOURCE_FLAG_* flags. */ struct u_upload_mgr * u_upload_create(struct pipe_context *pipe, unsigned default_size, |