From ac78ab951a0826732b4f0dd7d4c4a11d6b4bd30f Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 23 Dec 2017 22:12:52 -0700 Subject: [PATCH] util: add trivial comment on u_upload_create() --- src/gallium/auxiliary/util/u_upload_mgr.h | 1 + 1 file changed, 1 insertion(+) 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, -- 2.30.2