diff options
author | Brian Paul <[email protected]> | 2017-12-23 22:12:52 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2017-12-26 21:40:49 -0700 |
commit | ac78ab951a0826732b4f0dd7d4c4a11d6b4bd30f (patch) | |
tree | 111e11acb98a8cf50f2bf497595234b0465a14dd /src/gallium/auxiliary | |
parent | 88d09b642d09a2cb1b10fc0869ddc5fa9255bee5 (diff) |
util: add trivial comment on u_upload_create()
Diffstat (limited to 'src/gallium/auxiliary')
-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, |