util: add trivial comment on u_upload_create()
authorBrian Paul <brianp@vmware.com>
Sun, 24 Dec 2017 05:12:52 +0000 (22:12 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 27 Dec 2017 04:40:49 +0000 (21:40 -0700)
src/gallium/auxiliary/util/u_upload_mgr.h

index 875fd9a7bb6cc4399e6ef36c5cee2ca20e4b9302..a66b73655657d3c7daffef773202390c8c4ea6a1 100644 (file)
@@ -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,